#CCC6D7

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

Shades of Melrose #CCC6D7

Tints of Melrose #CCC6D7

Color information

#CCC6D7 (or 0xCCC6D7) is unknown color: approx Melrose. HEX triplet: CC, C6 and D7. RGB value is (204,198,215). Sum of RGB (Red+Green+Blue) = 204+198+215=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCC6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D7 is #333928. Grayscale: #C9C9C9. Windows color (decimal): -3356969 or 14141132. OLE color: 14141132.

HSL color Cylindrical-coordinate representation of color #CCC6D7: hue angle of 261.18º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC6D7 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204198215-
CMYK0.050.0800.16
HSL261.18º17.53%80.98%-
HSV(B)261.18º7.91%84.31%-
XYZ57.3658.1372.49-
YUV201.73135.49129.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=33.06%
G=32.09%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041982150.050.0800.16261.1817.5380.98
HexCCC6D7580101051251
Octal31430632751002040522121
Binary1100110011000110110101111011000010000100000101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6D7; }

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

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

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

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

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

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

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

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