Html Css Color HEX #DEAABD Melanie

📋 copy color: '#DEAABD'

red 222 ◦ green 170 ◦ blue 189

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

Shades of Melanie #DEAABD

Tints of Melanie #DEAABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 38.21%
G = 29.26%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DEAABD (or 0xDEAABD) is known color: Melanie. HEX triplet: DE, AA and BD. RGB value is (222,170,189). Sum of RGB (Red+Green+Blue) = 222+170+189=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAABD is #215542. Grayscale: #BBBBBB. Windows color (decimal): -2184515 or 12430046. OLE color: 12430046.

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

Color convert

RGB 222 170 189 -
CMYK 0 0.23 0.15 0.13
HSL 338.08º 0.44% 0.77% -
HSV(B) 338.08º 0.23% 0.87% -
XYZ 53.68 47.95 54.57 -
YUV 187.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 222 170 189 0 0.23 0.15 0.13 338.08 0.44 0.77
Hex DE AA BD 0 17 F D 152 2C 4D
Octal 336 252 275 0 27 17 15 522 54 115
Binary 11011110 10101010 10111101 0 10111 1111 1101 101010010 101100 1001101

Color Harmonies of #DEAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAABD

Black with #DEAABD

Text Example


Text Example

White with #DEAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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