#D9CACB

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

Shades of Melanie #D9CACB

Tints of Melanie #D9CACB

Color information

#D9CACB (or 0xD9CACB) is unknown color: approx Melanie. HEX triplet: D9, CA and CB. RGB value is (217,202,203). Sum of RGB (Red+Green+Blue) = 217+202+203=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CACB is #263534. Grayscale: #CECECE. Windows color (decimal): -2503989 or 13355737. OLE color: 13355737.

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

Color convert

RGB217202203-
CMYK00.070.060.15
HSL356º16.48%82.16%-
HSV(B)356º6.91%85.1%-
XYZ60.5261.365.14-
YUV206.6125.97135.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=34.89%
G=32.48%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720220300.070.060.1535616.4882.16
HexD9CACB076F1641052
Octal3313123130761754420122
Binary11011001110010101100101101111101111101100100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CACB; }

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

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

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

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

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

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

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

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