Html Css Color HEX #DEB9C0 Melanie

📋 copy color: '#DEB9C0'

red 222 ◦ green 185 ◦ blue 192

#DEB9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #DEB9C0

Tints of Melanie #DEB9C0

RGB

 RED value IS 222 (87.11% from 255) = 37.06%

 GREEN value IS 185 (72.66% from 255) = 30.88%

 BLUE value IS 192 (75.39% from 255) = 32.05%

R = 37.06%
G = 30.88%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEB9C0 (or 0xDEB9C0) is known color: Melanie. HEX triplet: DE, B9 and C0. RGB value is (222,185,192). Sum of RGB (Red+Green+Blue) = 222+185+192=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9C0 is #21463F. Grayscale: #C4C4C4. Windows color (decimal): -2180672 or 12630494. OLE color: 12630494.

HSL color Cylindrical-coordinate representation of color #DEB9C0: hue angle of 348.65º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEB9C0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 185 192 -
CMYK 0 0.17 0.14 0.13
HSL 348.65º 0.36% 0.8% -
HSV(B) 348.65º 0.17% 0.87% -
XYZ 56.99 54.03 57.3 -
YUV 196.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 222 185 192 0 0.17 0.14 0.13 348.65 0.36 0.8
Hex DE B9 C0 0 11 E D 15D 24 50
Octal 336 271 300 0 21 16 15 535 44 120
Binary 11011110 10111001 11000000 0 10001 1110 1101 101011101 100100 1010000

Color Harmonies of #DEB9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9C0

Black with #DEB9C0

Text Example


Text Example

White with #DEB9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9C0; }

 p { color: rgb(222,185,192); }

 H1.HeaderClassName
 {
   color: #DEB9C0;
 }
 .AnyTagClassName
 {
   color: #DEB9C0;
 }
</style>

background-color css

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

 a { background-color: rgb(222,185,192); }

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

border-color css

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

 span { border-color: rgb(222,185,192); }

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