Html Css Color HEX #DEAAB9 Melanie

📋 copy color: '#DEAAB9'

red 222 ◦ green 170 ◦ blue 185

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

Shades of Melanie #DEAAB9

Tints of Melanie #DEAAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.06%

R = 38.47%
G = 29.46%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEAAB9 (or 0xDEAAB9) is known color: Melanie. HEX triplet: DE, AA and B9. RGB value is (222,170,185). Sum of RGB (Red+Green+Blue) = 222+170+185=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAB9 is #215546. Grayscale: #BBBBBB. Windows color (decimal): -2184519 or 12167902. OLE color: 12167902.

HSL color Cylindrical-coordinate representation of color #DEAAB9: hue angle of 342.69º 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 #DEAAB9 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 185 -
CMYK 0 0.23 0.17 0.13
HSL 342.69º 0.44% 0.77% -
HSV(B) 342.69º 0.23% 0.87% -
XYZ 53.26 47.78 52.31 -
YUV 187.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 222 170 185 0 0.23 0.17 0.13 342.69 0.44 0.77
Hex DE AA B9 0 17 11 D 157 2C 4D
Octal 336 252 271 0 27 21 15 527 54 115
Binary 11011110 10101010 10111001 0 10111 10001 1101 101010111 101100 1001101

Color Harmonies of #DEAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAB9

Black with #DEAAB9

Text Example


Text Example

White with #DEAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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