#DBC4CA

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

Shades of Melanie #DBC4CA

Tints of Melanie #DBC4CA

Color information

#DBC4CA (or 0xDBC4CA) is unknown color: approx Melanie. HEX triplet: DB, C4 and CA. RGB value is (219,196,202). Sum of RGB (Red+Green+Blue) = 219+196+202=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4CA is #243B35. Grayscale: #CBCBCB. Windows color (decimal): -2374454 or 13288667. OLE color: 13288667.

HSL color Cylindrical-coordinate representation of color #DBC4CA: hue angle of 344.35º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC4CA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219196202-
CMYK00.110.080.14
HSL344.35º24.21%81.37%-
HSV(B)344.35º10.5%85.88%-
XYZ59.6158.864.09-
YUV203.56127.12139.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=35.49%
G=31.77%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919620200.110.080.14344.3524.2181.37
HexDBC4CA0B8E1581851
Octal333304312013101653030121
Binary1101101111000100110010100101110001110101011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4CA; }

 p { color: rgb(219,196,202); }

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

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

 a { background-color: rgb(219,196,202); }

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

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

 span { border-color: rgb(219,196,202); }

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