Html Css Color HEX #DEAAC0 Melanie

📋 copy color: '#DEAAC0'

red 222 ◦ green 170 ◦ blue 192

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

Shades of Melanie #DEAAC0

Tints of Melanie #DEAAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.88%

R = 38.01%
G = 29.11%
B = 32.88%

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

#DEAAC0 (or 0xDEAAC0) is known color: Melanie. HEX triplet: DE, AA and C0. RGB value is (222,170,192). Sum of RGB (Red+Green+Blue) = 222+170+192=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAC0 is #21553F. Grayscale: #BCBCBC. Windows color (decimal): -2184512 or 12626654. OLE color: 12626654.

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

Color convert

RGB 222 170 192 -
CMYK 0 0.23 0.14 0.13
HSL 334.62º 0.44% 0.77% -
HSV(B) 334.62º 0.23% 0.87% -
XYZ 54.01 48.08 56.3 -
YUV 188.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 222 170 192 0 0.23 0.14 0.13 334.62 0.44 0.77
Hex DE AA C0 0 17 E D 14F 2C 4D
Octal 336 252 300 0 27 16 15 517 54 115
Binary 11011110 10101010 11000000 0 10111 1110 1101 101001111 101100 1001101

Color Harmonies of #DEAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAC0

Black with #DEAAC0

Text Example


Text Example

White with #DEAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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