#CCC6E1

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

Shades of Melrose #CCC6E1

Tints of Melrose #CCC6E1

Color information

#CCC6E1 (or 0xCCC6E1) is unknown color: approx Melrose. HEX triplet: CC, C6 and E1. RGB value is (204,198,225). Sum of RGB (Red+Green+Blue) = 204+198+225=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCC6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6E1 is #33391E. Grayscale: #CACACA. Windows color (decimal): -3356959 or 14796492. OLE color: 14796492.

HSL color Cylindrical-coordinate representation of color #CCC6E1: hue angle of 253.33º degrees, saturation: 0.31, 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 #CCC6E1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204198225-
CMYK0.090.1200.12
HSL253.33º31.03%82.94%-
HSV(B)253.33º12%88.24%-
XYZ58.6958.6679.46-
YUV202.87140.49128.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 225 (88.28% from 255) = 35.89%
R=32.54%
G=31.58%
B=35.89%

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
Decimal2041982250.090.1200.12253.3331.0382.94
HexCCC6E19C0Cfd1f53
Octal314306341111401437537123
Binary110011001100011011100001100111000110011111101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6E1; }

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

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

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

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

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

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

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

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