#CDCAD8

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

Shades of Melrose #CDCAD8

Tints of Melrose #CDCAD8

Color information

#CDCAD8 (or 0xCDCAD8) is unknown color: approx Melrose. HEX triplet: CD, CA and D8. RGB value is (205,202,216). Sum of RGB (Red+Green+Blue) = 205+202+216=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAD8 is #323527. Grayscale: #CCCCCC. Windows color (decimal): -3290408 or 14207693. OLE color: 14207693.

HSL color Cylindrical-coordinate representation of color #CDCAD8: hue angle of 252.86º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCAD8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205202216-
CMYK0.050.0600.15
HSL252.86º15.22%81.96%-
HSV(B)252.86º6.48%84.71%-
XYZ58.6960.1873.49-
YUV204.49134.49128.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=32.91%
G=32.42%
B=34.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052022160.050.0600.15252.8615.2281.96
HexCDCAD8560Ffdf52
Octal3153123305601737517122
Binary110011011100101011011000101110011111111110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAD8; }

 p { color: rgb(205,202,216); }

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

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

 a { background-color: rgb(205,202,216); }

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

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

 span { border-color: rgb(205,202,216); }

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