Html Css Color HEX #DEB0C1 Melanie

📋 copy color: '#DEB0C1'

red 222 ◦ green 176 ◦ blue 193

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

Shades of Melanie #DEB0C1

Tints of Melanie #DEB0C1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.78%

 BLUE value IS 193 (75.78% from 255) = 32.66%

R = 37.56%
G = 29.78%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DEB0C1 (or 0xDEB0C1) is known color: Melanie. HEX triplet: DE, B0 and C1. RGB value is (222,176,193). Sum of RGB (Red+Green+Blue) = 222+176+193=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0C1 is #214F3E. Grayscale: #BFBFBF. Windows color (decimal): -2182975 or 12693726. OLE color: 12693726.

HSL color Cylindrical-coordinate representation of color #DEB0C1: hue angle of 337.83º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB0C1 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 176 193 -
CMYK 0 0.21 0.13 0.13
HSL 337.83º 0.41% 0.78% -
HSV(B) 337.83º 0.21% 0.87% -
XYZ 55.28 50.43 57.27 -
YUV 191.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 222 176 193 0 0.21 0.13 0.13 337.83 0.41 0.78
Hex DE B0 C1 0 15 D D 152 29 4E
Octal 336 260 301 0 25 15 15 522 51 116
Binary 11011110 10110000 11000001 0 10101 1101 1101 101010010 101001 1001110

Color Harmonies of #DEB0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0C1

Black with #DEB0C1

Text Example


Text Example

White with #DEB0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0C1; }

 p { color: rgb(222,176,193); }

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

background-color css

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

 a { background-color: rgb(222,176,193); }

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

border-color css

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

 span { border-color: rgb(222,176,193); }

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