#CCC6E0

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

Shades of Melrose #CCC6E0

Tints of Melrose #CCC6E0

Color information

#CCC6E0 (or 0xCCC6E0) is unknown color: approx Melrose. HEX triplet: CC, C6 and E0. RGB value is (204,198,224). Sum of RGB (Red+Green+Blue) = 204+198+224=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCC6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6E0 is #33391F. Grayscale: #CACACA. Windows color (decimal): -3356960 or 14730956. OLE color: 14730956.

HSL color Cylindrical-coordinate representation of color #CCC6E0: hue angle of 253.85º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC6E0 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204198224-
CMYK0.090.1200.12
HSL253.85º29.55%82.75%-
HSV(B)253.85º11.61%87.84%-
XYZ58.5558.6178.75-
YUV202.76139.99128.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=32.59%
G=31.63%
B=35.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041982240.090.1200.12253.8529.5582.75
HexCCC6E09C0Cfe1e53
Octal314306340111401437636123
Binary110011001100011011100000100111000110011111110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6E0; }

 p { color: rgb(204,198,224); }

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

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

 a { background-color: rgb(204,198,224); }

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

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

 span { border-color: rgb(204,198,224); }

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