Html Css Color HEX #DFAAB9 Melanie

📋 copy color: '#DFAAB9'

red 223 ◦ green 170 ◦ blue 185

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

Shades of Melanie #DFAAB9

Tints of Melanie #DFAAB9

RGB

 RED value IS 223 (87.5% from 255) = 38.58%

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

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

R = 38.58%
G = 29.41%
B = 32.01%

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

#DFAAB9 (or 0xDFAAB9) is known color: Melanie. HEX triplet: DF, AA and B9. RGB value is (223,170,185). Sum of RGB (Red+Green+Blue) = 223+170+185=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB9 is #205546. Grayscale: #BBBBBB. Windows color (decimal): -2118983 or 12167903. OLE color: 12167903.

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

Color convert

RGB 223 170 185 -
CMYK 0 0.24 0.17 0.13
HSL 343.02º 0.45% 0.77% -
HSV(B) 343.02º 0.24% 0.87% -
XYZ 53.56 47.94 52.33 -
YUV 187.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 223 170 185 0 0.24 0.17 0.13 343.02 0.45 0.77
Hex DF AA B9 0 18 11 D 157 2D 4D
Octal 337 252 271 0 30 21 15 527 55 115
Binary 11011111 10101010 10111001 0 11000 10001 1101 101010111 101101 1001101

Color Harmonies of #DFAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAB9

Black with #DFAAB9

Text Example


Text Example

White with #DFAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAB9; }

 p { color: rgb(223,170,185); }

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

background-color css

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

 a { background-color: rgb(223,170,185); }

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

border-color css

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

 span { border-color: rgb(223,170,185); }

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