#CCC5E4

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

Shades of Melrose #CCC5E4

Tints of Melrose #CCC5E4

Color information

#CCC5E4 (or 0xCCC5E4) is unknown color: approx Melrose. HEX triplet: CC, C5 and E4. RGB value is (204,197,228). Sum of RGB (Red+Green+Blue) = 204+197+228=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCC5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5E4 is #333A1B. Grayscale: #CACACA. Windows color (decimal): -3357212 or 14992844. OLE color: 14992844.

HSL color Cylindrical-coordinate representation of color #CCC5E4: hue angle of 253.55º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC5E4 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204197228-
CMYK0.110.1400.11
HSL253.55º36.47%83.33%-
HSV(B)253.55º13.6%89.41%-
XYZ58.8758.3781.56-
YUV202.63142.32128.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 197 (77.34% from 255) = 31.32%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=32.43%
G=31.32%
B=36.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041972280.110.1400.11253.5536.4783.33
HexCCC5E4BE0Bfe2453
Octal314305344131601337644123
Binary1100110011000101111001001011111001011111111101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5E4; }

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

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

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

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

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

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

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

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