#CCCAD0

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

Shades of Melrose #CCCAD0

Tints of Melrose #CCCAD0

Color information

#CCCAD0 (or 0xCCCAD0) is unknown color: approx Melrose. HEX triplet: CC, CA and D0. RGB value is (204,202,208). Sum of RGB (Red+Green+Blue) = 204+202+208=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD0 is #33352F. Grayscale: #CBCBCB. Windows color (decimal): -3355952 or 13683404. OLE color: 13683404.

HSL color Cylindrical-coordinate representation of color #CCCAD0: hue angle of 260º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCAD0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204202208-
CMYK0.020.0300.18
HSL260º6%80.39%-
HSV(B)260º2.88%81.57%-
XYZ57.4159.6368.16-
YUV203.28130.66128.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=33.22%
G=32.90%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042022080.020.0300.18260680.39
HexCCCAD023012104650
Octal314312320230224046120
Binary11001100110010101101000010110100101000001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAD0; }

 p { color: rgb(204,202,208); }

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

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

 a { background-color: rgb(204,202,208); }

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

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

 span { border-color: rgb(204,202,208); }

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