#CCC5D7

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

Shades of Melrose #CCC5D7

Tints of Melrose #CCC5D7

Color information

#CCC5D7 (or 0xCCC5D7) is unknown color: approx Melrose. HEX triplet: CC, C5 and D7. RGB value is (204,197,215). Sum of RGB (Red+Green+Blue) = 204+197+215=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5D7 is #333A28. Grayscale: #C9C9C9. Windows color (decimal): -3357225 or 14140876. OLE color: 14140876.

HSL color Cylindrical-coordinate representation of color #CCC5D7: hue angle of 263.33º 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 #CCC5D7 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204197215-
CMYK0.050.0800.16
HSL263.33º18.37%80.78%-
HSV(B)263.33º8.37%84.31%-
XYZ57.1357.6872.41-
YUV201.14135.82130.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 197 (77.34% from 255) = 31.98%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=33.12%
G=31.98%
B=34.90%

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
Decimal2041972150.050.0800.16263.3318.3780.78
HexCCC5D7580101071251
Octal31430532751002040722121
Binary1100110011000101110101111011000010000100000111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5D7; }

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

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

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

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

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

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

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

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