#CDCAD7

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

Shades of Melrose #CDCAD7

Tints of Melrose #CDCAD7

Color information

#CDCAD7 (or 0xCDCAD7) is unknown color: approx Melrose. HEX triplet: CD, CA and D7. RGB value is (205,202,215). Sum of RGB (Red+Green+Blue) = 205+202+215=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAD7 is #323528. Grayscale: #CCCCCC. Windows color (decimal): -3290409 or 14142157. OLE color: 14142157.

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

Color convert

RGB205202215-
CMYK0.050.0600.16
HSL253.85º13.98%81.76%-
HSV(B)253.85º6.05%84.31%-
XYZ58.5660.1372.81-
YUV204.38133.99128.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=32.96%
G=32.48%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052022150.050.0600.16253.8513.9881.76
HexCDCAD756010fee52
Octal3153123275602037616122
Binary1100110111001010110101111011100100001111111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAD7; }

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

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

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

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

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

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

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

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