#D9CBCC

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

Shades of Melanie #D9CBCC

Tints of Melanie #D9CBCC

Color information

#D9CBCC (or 0xD9CBCC) is unknown color: approx Melanie. HEX triplet: D9, CB and CC. RGB value is (217,203,204). Sum of RGB (Red+Green+Blue) = 217+203+204=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBCC is #263433. Grayscale: #CFCFCF. Windows color (decimal): -2503732 or 13421529. OLE color: 13421529.

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

Color convert

RGB217203204-
CMYK00.060.060.15
HSL355.71º15.56%82.35%-
HSV(B)355.71º6.45%85.1%-
XYZ60.8761.8265.85-
YUV207.3126.14134.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=34.78%
G=32.53%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720320400.060.060.15355.7115.5682.35
HexD9CBCC066F1641052
Octal3313133140661754420122
Binary11011001110010111100110001101101111101100100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBCC; }

 p { color: rgb(217,203,204); }

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

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

 a { background-color: rgb(217,203,204); }

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

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

 span { border-color: rgb(217,203,204); }

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