#CCC5E8

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

Shades of Melrose #CCC5E8

Tints of Melrose #CCC5E8

Color information

#CCC5E8 (or 0xCCC5E8) is unknown color: approx Melrose. HEX triplet: CC, C5 and E8. RGB value is (204,197,232). Sum of RGB (Red+Green+Blue) = 204+197+232=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5E8 is #333A17. Grayscale: #CACACA. Windows color (decimal): -3357208 or 15254988. OLE color: 15254988.

HSL color Cylindrical-coordinate representation of color #CCC5E8: hue angle of 252º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC5E8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204197232-
CMYK0.120.1500.09
HSL252º43.21%84.12%-
HSV(B)252º15.09%90.98%-
XYZ59.4358.684.52-
YUV203.08144.32128.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=32.23%
G=31.12%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041972320.120.1500.0925243.2184.12
HexCCC5E8CF09fc2b54
Octal314305350141701137453124
Binary1100110011000101111010001100111101001111111001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5E8; }

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

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

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

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

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

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

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

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