#D5CACB

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

Shades of Melanie #D5CACB

Tints of Melanie #D5CACB

Color information

#D5CACB (or 0xD5CACB) is unknown color: approx Melanie. HEX triplet: D5, CA and CB. RGB value is (213,202,203). Sum of RGB (Red+Green+Blue) = 213+202+203=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CACB is #2A3534. Grayscale: #CDCDCD. Windows color (decimal): -2766133 or 13355733. OLE color: 13355733.

HSL color Cylindrical-coordinate representation of color #D5CACB: hue angle of 354.55º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CACB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213202203-
CMYK00.050.050.16
HSL354.55º11.58%81.37%-
HSV(B)354.55º5.16%83.53%-
XYZ59.3460.765.09-
YUV205.4126.64133.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=34.47%
G=32.69%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320220300.050.050.16354.5511.5881.37
HexD5CACB05510163c51
Octal3253123130552054314121
Binary11010101110010101100101101011011000010110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CACB; }

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

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

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

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

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

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

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

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