#DEBDC9

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

Shades of Melanie #DEBDC9

Tints of Melanie #DEBDC9

Color information

#DEBDC9 (or 0xDEBDC9) is unknown color: approx Melanie. HEX triplet: DE, BD and C9. RGB value is (222,189,201). Sum of RGB (Red+Green+Blue) = 222+189+201=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDC9 is #214236. Grayscale: #C8C8C8. Windows color (decimal): -2179639 or 13221342. OLE color: 13221342.

HSL color Cylindrical-coordinate representation of color #DEBDC9: hue angle of 338.18º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDC9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222189201-
CMYK00.150.090.13
HSL338.18º33.33%80.59%-
HSV(B)338.18º14.86%87.06%-
XYZ58.8656.1462.99-
YUV200.24128.43143.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=36.27%
G=30.88%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218920100.150.090.13338.1833.3380.59
HexDEBDC90F9D1522151
Octal336275311017111552241121
Binary11011110101111011100100101111100111011010100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDC9; }

 p { color: rgb(222,189,201); }

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

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

 a { background-color: rgb(222,189,201); }

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

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

 span { border-color: rgb(222,189,201); }

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