#CDCAD5

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

Shades of Melrose #CDCAD5

Tints of Melrose #CDCAD5

Color information

#CDCAD5 (or 0xCDCAD5) is unknown color: approx Melrose. HEX triplet: CD, CA and D5. RGB value is (205,202,213). Sum of RGB (Red+Green+Blue) = 205+202+213=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAD5 is #32352A. Grayscale: #CCCCCC. Windows color (decimal): -3290411 or 14011085. OLE color: 14011085.

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

Color convert

RGB205202213-
CMYK0.040.0500.16
HSL256.36º11.58%81.37%-
HSV(B)256.36º5.16%83.53%-
XYZ58.3160.0271.46-
YUV204.15132.99128.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=33.06%
G=32.58%
B=34.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052022130.040.0500.16256.3611.5881.37
HexCDCAD545010100c51
Octal3153123254502040014121
Binary11001101110010101101010110010101000010000000011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAD5; }

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

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

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

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

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

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

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

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