#CCC5EA

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

Shades of Melrose #CCC5EA

Tints of Melrose #CCC5EA

Color information

#CCC5EA (or 0xCCC5EA) is unknown color: approx Melrose. HEX triplet: CC, C5 and EA. RGB value is (204,197,234). Sum of RGB (Red+Green+Blue) = 204+197+234=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5EA is #333A15. Grayscale: #CBCBCB. Windows color (decimal): -3357206 or 15386060. OLE color: 15386060.

HSL color Cylindrical-coordinate representation of color #CCC5EA: hue angle of 251.35º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC5EA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204197234-
CMYK0.130.1600.08
HSL251.35º46.84%84.51%-
HSV(B)251.35º15.81%91.76%-
XYZ59.7258.7186.03-
YUV203.31145.32128.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=32.13%
G=31.02%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041972340.130.1600.08251.3546.8484.51
HexCCC5EAD1008fb2f55
Octal314305352152001037357125
Binary11001100110001011110101011011000001000111110111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5EA; }

 p { color: rgb(204,197,234); }

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

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

 a { background-color: rgb(204,197,234); }

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

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

 span { border-color: rgb(204,197,234); }

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