#D4CACB

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

Shades of Melanie #D4CACB

Tints of Melanie #D4CACB

Color information

#D4CACB (or 0xD4CACB) is unknown color: approx Melanie. HEX triplet: D4, CA and CB. RGB value is (212,202,203). Sum of RGB (Red+Green+Blue) = 212+202+203=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CACB is #2B3534. Grayscale: #CDCDCD. Windows color (decimal): -2831669 or 13355732. OLE color: 13355732.

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

Color convert

RGB212202203-
CMYK00.050.040.17
HSL354º10.42%81.18%-
HSV(B)354º4.72%83.14%-
XYZ59.0560.5565.07-
YUV205.1126.81132.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=34.36%
G=32.74%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220220300.050.040.1735410.4281.18
HexD4CACB05411162a51
Octal3243123130542154212121
Binary11010100110010101100101101011001000110110001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CACB; }

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

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

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

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

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

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

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

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