#CDC7DD

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

Shades of Melrose #CDC7DD

Tints of Melrose #CDC7DD

Color information

#CDC7DD (or 0xCDC7DD) is unknown color: approx Melrose. HEX triplet: CD, C7 and DD. RGB value is (205,199,221). Sum of RGB (Red+Green+Blue) = 205+199+221=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7DD is #323822. Grayscale: #CBCBCB. Windows color (decimal): -3291171 or 14534605. OLE color: 14534605.

HSL color Cylindrical-coordinate representation of color #CDC7DD: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC7DD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205199221-
CMYK0.070.1000.13
HSL256.36º24.44%82.35%-
HSV(B)256.36º9.95%86.67%-
XYZ58.6559.0576.71-
YUV203.3137.99129.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=32.8%
G=31.84%
B=35.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051992210.070.1000.13256.3624.4482.35
HexCDC7DD7A0D1001852
Octal31530733571201540030122
Binary110011011100011111011101111101001101100000000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC7DD; }

 p { color: rgb(205,199,221); }

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

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

 a { background-color: rgb(205,199,221); }

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

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

 span { border-color: rgb(205,199,221); }

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