#C2B8E5

Color #C2B8E5 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C2B8E5

Tints of Melrose #C2B8E5

Color information

#C2B8E5 (or 0xC2B8E5) is unknown color: approx Melrose. HEX triplet: C2, B8 and E5. RGB value is (194,184,229). Sum of RGB (Red+Green+Blue) = 194+184+229=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #C2B8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8E5 is #3D471A. Grayscale: #BFBFBF. Windows color (decimal): -4015899 or 15055042. OLE color: 15055042.

HSL color Cylindrical-coordinate representation of color #C2B8E5: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B8E5 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194184229-
CMYK0.150.2000.10
HSL253.33º46.39%80.98%-
HSV(B)253.33º19.65%89.8%-
XYZ53.5351.4181.23-
YUV192.12148.81129.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 184 (72.27% from 255) = 30.31%
BLUE value IS 229 (89.84% from 255) = 37.73%
R=31.96%
G=30.31%
B=37.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941842290.150.2000.10253.3346.3980.98
HexC2B8E5F140Afd2e51
Octal302270345172401237556121
Binary11000010101110001110010111111010001010111111011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B8E5; }

 p { color: rgb(194,184,229); }

 H1.HeaderClassName
 {
   color: #C2B8E5;
 }
 .AnyTagClassName
 {
   color: #C2B8E5;
 }
</style>
background-color css

<style>
 a { background-color: #C2B8E5; }

 a { background-color: rgb(194,184,229); }

 div.DivClassName
 {
   background-color: #C2B8E5;
 }
 .BgClassName
 {
   background-color: #C2B8E5;
 }
</style>
border-color css

<style>
 span { border-color: #C2B8E5; }

 span { border-color: rgb(194,184,229); }

 td.TdClassName
 {
   border-color: #C2B8E5;
 }
 .TagClassName
 {
   border-color: #C2B8E5;
 }
</style>