#DBC8CA

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

Shades of Melanie #DBC8CA

Tints of Melanie #DBC8CA

Color information

#DBC8CA (or 0xDBC8CA) is unknown color: approx Melanie. HEX triplet: DB, C8 and CA. RGB value is (219,200,202). Sum of RGB (Red+Green+Blue) = 219+200+202=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8CA is #243735. Grayscale: #CDCDCD. Windows color (decimal): -2373430 or 13289691. OLE color: 13289691.

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

Color convert

RGB219200202-
CMYK00.090.080.14
HSL353.68º20.88%82.16%-
HSV(B)353.68º8.68%85.88%-
XYZ60.5360.6364.39-
YUV205.91125.79137.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=35.27%
G=32.21%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920020200.090.080.14353.6820.8882.16
HexDBC8CA098E1621552
Octal333310312011101654225122
Binary1101101111001000110010100100110001110101100010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8CA; }

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

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

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

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

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

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

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

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