#CCCAD1

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

Shades of Melrose #CCCAD1

Tints of Melrose #CCCAD1

Color information

#CCCAD1 (or 0xCCCAD1) is unknown color: approx Melrose. HEX triplet: CC, CA and D1. RGB value is (204,202,209). Sum of RGB (Red+Green+Blue) = 204+202+209=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD1 is #33352E. Grayscale: #CBCBCB. Windows color (decimal): -3355951 or 13748940. OLE color: 13748940.

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

Color convert

RGB204202209-
CMYK0.020.0300.18
HSL257.14º7.07%80.59%-
HSV(B)257.14º3.35%81.96%-
XYZ57.5359.6868.81-
YUV203.4131.16128.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=33.17%
G=32.85%
B=33.98%

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
Decimal2042022090.020.0300.18257.147.0780.59
HexCCCAD123012101751
Octal314312321230224017121
Binary11001100110010101101000110110100101000000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAD1; }

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

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

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

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

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

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

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

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