Html Css Color HEX #DFAAC0 Melanie

📋 copy color: '#DFAAC0'

red 223 ◦ green 170 ◦ blue 192

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

Shades of Melanie #DFAAC0

Tints of Melanie #DFAAC0

RGB

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

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

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

R = 38.12%
G = 29.06%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFAAC0 (or 0xDFAAC0) is known color: Melanie. HEX triplet: DF, AA and C0. RGB value is (223,170,192). Sum of RGB (Red+Green+Blue) = 223+170+192=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAC0 is #20553F. Grayscale: #BCBCBC. Windows color (decimal): -2118976 or 12626655. OLE color: 12626655.

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

Color convert

RGB 223 170 192 -
CMYK 0 0.24 0.14 0.13
HSL 335.09º 0.45% 0.77% -
HSV(B) 335.09º 0.24% 0.87% -
XYZ 54.32 48.24 56.32 -
YUV 188.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 223 170 192 0 0.24 0.14 0.13 335.09 0.45 0.77
Hex DF AA C0 0 18 E D 14F 2D 4D
Octal 337 252 300 0 30 16 15 517 55 115
Binary 11011111 10101010 11000000 0 11000 1110 1101 101001111 101101 1001101

Color Harmonies of #DFAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAC0

Black with #DFAAC0

Text Example


Text Example

White with #DFAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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