#D3CACB

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

Shades of Melanie #D3CACB

Tints of Melanie #D3CACB

Color information

#D3CACB (or 0xD3CACB) is unknown color: approx Melanie. HEX triplet: D3, CA and CB. RGB value is (211,202,203). Sum of RGB (Red+Green+Blue) = 211+202+203=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CACB is #2C3534. Grayscale: #CCCCCC. Windows color (decimal): -2897205 or 13355731. OLE color: 13355731.

HSL color Cylindrical-coordinate representation of color #D3CACB: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CACB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211202203-
CMYK00.040.040.17
HSL353.33º9.28%80.98%-
HSV(B)353.33º4.27%82.75%-
XYZ58.7660.465.06-
YUV204.8126.98132.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.25%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=34.25%
G=32.79%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120220300.040.040.17353.339.2880.98
HexD3CACB04411161951
Octal3233123130442154111121
Binary11010011110010101100101101001001000110110000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CACB; }

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

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

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

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

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

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

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

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