Html Css Color HEX #DEAABA Melanie

📋 copy color: '#DEAABA'

red 222 ◦ green 170 ◦ blue 186

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

Shades of Melanie #DEAABA

Tints of Melanie #DEAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 38.41%
G = 29.41%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DEAABA (or 0xDEAABA) is known color: Melanie. HEX triplet: DE, AA and BA. RGB value is (222,170,186). Sum of RGB (Red+Green+Blue) = 222+170+186=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAABA is #215545. Grayscale: #BBBBBB. Windows color (decimal): -2184518 or 12233438. OLE color: 12233438.

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

Color convert

RGB 222 170 186 -
CMYK 0 0.23 0.16 0.13
HSL 341.54º 0.44% 0.77% -
HSV(B) 341.54º 0.23% 0.87% -
XYZ 53.36 47.82 52.87 -
YUV 187.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 222 170 186 0 0.23 0.16 0.13 341.54 0.44 0.77
Hex DE AA BA 0 17 10 D 156 2C 4D
Octal 336 252 272 0 27 20 15 526 54 115
Binary 11011110 10101010 10111010 0 10111 10000 1101 101010110 101100 1001101

Color Harmonies of #DEAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAABA

Black with #DEAABA

Text Example


Text Example

White with #DEAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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