#CCC6DD

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

Shades of Melrose #CCC6DD

Tints of Melrose #CCC6DD

Color information

#CCC6DD (or 0xCCC6DD) is unknown color: approx Melrose. HEX triplet: CC, C6 and DD. RGB value is (204,198,221). Sum of RGB (Red+Green+Blue) = 204+198+221=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6DD is #333922. Grayscale: #CACACA. Windows color (decimal): -3356963 or 14534348. OLE color: 14534348.

HSL color Cylindrical-coordinate representation of color #CCC6DD: hue angle of 255.65º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC6DD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204198221-
CMYK0.080.1000.13
HSL255.65º25.27%82.16%-
HSV(B)255.65º10.41%86.67%-
XYZ58.1558.4576.62-
YUV202.42138.49129.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=32.74%
G=31.78%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041982210.080.1000.13255.6525.2782.16
HexCCC6DD8A0D1001952
Octal314306335101201540031122
Binary1100110011000110110111011000101001101100000000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6DD; }

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

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

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

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

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

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

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

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