#CDCAD6

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

Shades of Melrose #CDCAD6

Tints of Melrose #CDCAD6

Color information

#CDCAD6 (or 0xCDCAD6) is unknown color: approx Melrose. HEX triplet: CD, CA and D6. RGB value is (205,202,214). Sum of RGB (Red+Green+Blue) = 205+202+214=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAD6 is #323529. Grayscale: #CCCCCC. Windows color (decimal): -3290410 or 14076621. OLE color: 14076621.

HSL color Cylindrical-coordinate representation of color #CDCAD6: hue angle of 255º degrees, saturation: 0.13, 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 #CDCAD6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205202214-
CMYK0.040.0600.16
HSL255º12.77%81.57%-
HSV(B)255º5.61%83.92%-
XYZ58.4360.0872.13-
YUV204.26133.49128.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=33.01%
G=32.53%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052022140.040.0600.1625512.7781.57
HexCDCAD646010ffd52
Octal3153123264602037715122
Binary1100110111001010110101101001100100001111111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAD6; }

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

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

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

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

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

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

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

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