#CCC5DF

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

Shades of Melrose #CCC5DF

Tints of Melrose #CCC5DF

Color information

#CCC5DF (or 0xCCC5DF) is unknown color: approx Melrose. HEX triplet: CC, C5 and DF. RGB value is (204,197,223). Sum of RGB (Red+Green+Blue) = 204+197+223=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5DF is #333A20. Grayscale: #C9C9C9. Windows color (decimal): -3357217 or 14665164. OLE color: 14665164.

HSL color Cylindrical-coordinate representation of color #CCC5DF: hue angle of 256.15º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC5DF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204197223-
CMYK0.090.1200.13
HSL256.15º28.89%82.35%-
HSV(B)256.15º11.66%87.45%-
XYZ58.1958.177.96-
YUV202.06139.82129.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=32.69%
G=31.57%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041972230.090.1200.13256.1528.8982.35
HexCCC5DF9C0D1001d52
Octal314305337111401540035122
Binary1100110011000101110111111001110001101100000000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5DF; }

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

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

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

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

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

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

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

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