#CDC8DA

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

Shades of Melrose #CDC8DA

Tints of Melrose #CDC8DA

Color information

#CDC8DA (or 0xCDC8DA) is unknown color: approx Melrose. HEX triplet: CD, C8 and DA. RGB value is (205,200,218). Sum of RGB (Red+Green+Blue) = 205+200+218=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DA is #323725. Grayscale: #CBCBCB. Windows color (decimal): -3290918 or 14338253. OLE color: 14338253.

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

Color convert

RGB205200218-
CMYK0.060.0800.15
HSL256.67º19.57%81.96%-
HSV(B)256.67º8.26%85.49%-
XYZ58.4959.3574.7-
YUV203.55136.16129.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 200 (78.52% from 255) = 32.10%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=32.91%
G=32.10%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052002180.060.0800.15256.6719.5781.96
HexCDC8DA680F1011452
Octal31531033261001740124122
Binary110011011100100011011010110100001111100000001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8DA; }

 p { color: rgb(205,200,218); }

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

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

 a { background-color: rgb(205,200,218); }

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

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

 span { border-color: rgb(205,200,218); }

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