Html Css Color HEX #DEBBC0 Melanie

📋 copy color: '#DEBBC0'

red 222 ◦ green 187 ◦ blue 192

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

Shades of Melanie #DEBBC0

Tints of Melanie #DEBBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

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

R = 36.94%
G = 31.11%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEBBC0 (or 0xDEBBC0) is known color: Melanie. HEX triplet: DE, BB and C0. RGB value is (222,187,192). Sum of RGB (Red+Green+Blue) = 222+187+192=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBC0 is #21443F. Grayscale: #C6C6C6. Windows color (decimal): -2180160 or 12631006. OLE color: 12631006.

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

Color convert

RGB 222 187 192 -
CMYK 0 0.16 0.14 0.13
HSL 351.43º 0.35% 0.8% -
HSV(B) 351.43º 0.16% 0.87% -
XYZ 57.41 54.88 57.44 -
YUV 198.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 222 187 192 0 0.16 0.14 0.13 351.43 0.35 0.8
Hex DE BB C0 0 10 E D 15F 23 50
Octal 336 273 300 0 20 16 15 537 43 120
Binary 11011110 10111011 11000000 0 10000 1110 1101 101011111 100011 1010000

Color Harmonies of #DEBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBC0

Black with #DEBBC0

Text Example


Text Example

White with #DEBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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