Html Css Color HEX #DEAABE Melanie

📋 copy color: '#DEAABE'

red 222 ◦ green 170 ◦ blue 190

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

Shades of Melanie #DEAABE

Tints of Melanie #DEAABE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.21%

 BLUE value IS 190 (74.61% from 255) = 32.65%

R = 38.14%
G = 29.21%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEAABE (or 0xDEAABE) is known color: Melanie. HEX triplet: DE, AA and BE. RGB value is (222,170,190). Sum of RGB (Red+Green+Blue) = 222+170+190=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAABE is #215541. Grayscale: #BBBBBB. Windows color (decimal): -2184514 or 12495582. OLE color: 12495582.

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

Color convert

RGB 222 170 190 -
CMYK 0 0.23 0.14 0.13
HSL 336.92º 0.44% 0.77% -
HSV(B) 336.92º 0.23% 0.87% -
XYZ 53.79 48 55.14 -
YUV 187.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 222 170 190 0 0.23 0.14 0.13 336.92 0.44 0.77
Hex DE AA BE 0 17 E D 151 2C 4D
Octal 336 252 276 0 27 16 15 521 54 115
Binary 11011110 10101010 10111110 0 10111 1110 1101 101010001 101100 1001101

Color Harmonies of #DEAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAABE

Black with #DEAABE

Text Example


Text Example

White with #DEAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAABE; }

 p { color: rgb(222,170,190); }

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

background-color css

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

 a { background-color: rgb(222,170,190); }

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

border-color css

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

 span { border-color: rgb(222,170,190); }

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