Html Css Color HEX #DEAEC0 Melanie

📋 copy color: '#DEAEC0'

red 222 ◦ green 174 ◦ blue 192

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

Shades of Melanie #DEAEC0

Tints of Melanie #DEAEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.59%

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

R = 37.76%
G = 29.59%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEAEC0 (or 0xDEAEC0) is known color: Melanie. HEX triplet: DE, AE and C0. RGB value is (222,174,192). Sum of RGB (Red+Green+Blue) = 222+174+192=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEC0 is #21513F. Grayscale: #BEBEBE. Windows color (decimal): -2183488 or 12627678. OLE color: 12627678.

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

Color convert

RGB 222 174 192 -
CMYK 0 0.22 0.14 0.13
HSL 337.5º 0.42% 0.78% -
HSV(B) 337.5º 0.22% 0.87% -
XYZ 54.77 49.61 56.56 -
YUV 190.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 222 174 192 0 0.22 0.14 0.13 337.5 0.42 0.78
Hex DE AE C0 0 16 E D 152 2A 4E
Octal 336 256 300 0 26 16 15 522 52 116
Binary 11011110 10101110 11000000 0 10110 1110 1101 101010010 101010 1001110

Color Harmonies of #DEAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEC0

Black with #DEAEC0

Text Example


Text Example

White with #DEAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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