Html Css Color HEX #DEA6B9 Melanie

📋 copy color: '#DEA6B9'

red 222 ◦ green 166 ◦ blue 185

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

Shades of Melanie #DEA6B9

Tints of Melanie #DEA6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.97%

 BLUE value IS 185 (72.66% from 255) = 32.29%

R = 38.74%
G = 28.97%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEA6B9 (or 0xDEA6B9) is known color: Melanie. HEX triplet: DE, A6 and B9. RGB value is (222,166,185). Sum of RGB (Red+Green+Blue) = 222+166+185=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6B9 is #215946. Grayscale: #B8B8B8. Windows color (decimal): -2185543 or 12166878. OLE color: 12166878.

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

Color convert

RGB 222 166 185 -
CMYK 0 0.25 0.17 0.13
HSL 339.64º 0.46% 0.76% -
HSV(B) 339.64º 0.25% 0.87% -
XYZ 52.52 46.3 52.07 -
YUV 184.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 222 166 185 0 0.25 0.17 0.13 339.64 0.46 0.76
Hex DE A6 B9 0 19 11 D 154 2E 4C
Octal 336 246 271 0 31 21 15 524 56 114
Binary 11011110 10100110 10111001 0 11001 10001 1101 101010100 101110 1001100

Color Harmonies of #DEA6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6B9

Black with #DEA6B9

Text Example


Text Example

White with #DEA6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6B9; }

 p { color: rgb(222,166,185); }

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

background-color css

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

 a { background-color: rgb(222,166,185); }

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

border-color css

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

 span { border-color: rgb(222,166,185); }

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