Html Css Color HEX #DEA8B8 Melanie

📋 copy color: '#DEA8B8'

red 222 ◦ green 168 ◦ blue 184

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

Shades of Melanie #DEA8B8

Tints of Melanie #DEA8B8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.27%

 BLUE value IS 184 (72.27% from 255) = 32.06%

R = 38.68%
G = 29.27%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEA8B8 (or 0xDEA8B8) is known color: Melanie. HEX triplet: DE, A8 and B8. RGB value is (222,168,184). Sum of RGB (Red+Green+Blue) = 222+168+184=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8B8 is #215747. Grayscale: #B9B9B9. Windows color (decimal): -2185032 or 12101854. OLE color: 12101854.

HSL color Cylindrical-coordinate representation of color #DEA8B8: hue angle of 342.22º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8B8 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 168 184 -
CMYK 0 0.24 0.17 0.13
HSL 342.22º 0.45% 0.76% -
HSV(B) 342.22º 0.24% 0.87% -
XYZ 52.78 47 51.64 -
YUV 185.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 222 168 184 0 0.24 0.17 0.13 342.22 0.45 0.76
Hex DE A8 B8 0 18 11 D 156 2D 4C
Octal 336 250 270 0 30 21 15 526 55 114
Binary 11011110 10101000 10111000 0 11000 10001 1101 101010110 101101 1001100

Color Harmonies of #DEA8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8B8

Black with #DEA8B8

Text Example


Text Example

White with #DEA8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8B8; }

 p { color: rgb(222,168,184); }

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

background-color css

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

 a { background-color: rgb(222,168,184); }

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

border-color css

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

 span { border-color: rgb(222,168,184); }

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