#CCC6D8

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

Shades of Melrose #CCC6D8

Tints of Melrose #CCC6D8

Color information

#CCC6D8 (or 0xCCC6D8) is unknown color: approx Melrose. HEX triplet: CC, C6 and D8. RGB value is (204,198,216). Sum of RGB (Red+Green+Blue) = 204+198+216=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D8 is #333927. Grayscale: #C9C9C9. Windows color (decimal): -3356968 or 14206668. OLE color: 14206668.

HSL color Cylindrical-coordinate representation of color #CCC6D8: hue angle of 260º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC6D8 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204198216-
CMYK0.060.0800.15
HSL260º18.75%81.18%-
HSV(B)260º8.33%84.71%-
XYZ57.4958.1873.17-
YUV201.85135.99129.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 216 (84.77% from 255) = 34.95%
R=33.01%
G=32.04%
B=34.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041982160.060.0800.1526018.7581.18
HexCCC6D8680F1041351
Octal31430633061001740423121
Binary110011001100011011011000110100001111100000100100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6D8; }

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

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

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

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

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

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

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

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