Html Css Color HEX #DEAEBD Melanie

📋 copy color: '#DEAEBD'

red 222 ◦ green 174 ◦ blue 189

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

Shades of Melanie #DEAEBD

Tints of Melanie #DEAEBD

RGB

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

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

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

R = 37.95%
G = 29.74%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DEAEBD (or 0xDEAEBD) is known color: Melanie. HEX triplet: DE, AE and BD. RGB value is (222,174,189). Sum of RGB (Red+Green+Blue) = 222+174+189=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEBD is #215142. Grayscale: #BEBEBE. Windows color (decimal): -2183491 or 12431070. OLE color: 12431070.

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

Color convert

RGB 222 174 189 -
CMYK 0 0.22 0.15 0.13
HSL 341.25º 0.42% 0.78% -
HSV(B) 341.25º 0.22% 0.87% -
XYZ 54.45 49.48 54.82 -
YUV 190.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 222 174 189 0 0.22 0.15 0.13 341.25 0.42 0.78
Hex DE AE BD 0 16 F D 155 2A 4E
Octal 336 256 275 0 26 17 15 525 52 116
Binary 11011110 10101110 10111101 0 10110 1111 1101 101010101 101010 1001110

Color Harmonies of #DEAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEBD

Black with #DEAEBD

Text Example


Text Example

White with #DEAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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