Html Css Color HEX #DFACC0 Melanie

📋 copy color: '#DFACC0'

red 223 ◦ green 172 ◦ blue 192

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

Shades of Melanie #DFACC0

Tints of Melanie #DFACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.3%

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

R = 37.99%
G = 29.3%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFACC0 (or 0xDFACC0) is known color: Melanie. HEX triplet: DF, AC and C0. RGB value is (223,172,192). Sum of RGB (Red+Green+Blue) = 223+172+192=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC0 is #20533F. Grayscale: #BDBDBD. Windows color (decimal): -2118464 or 12627167. OLE color: 12627167.

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

Color convert

RGB 223 172 192 -
CMYK 0 0.23 0.14 0.13
HSL 336.47º 0.44% 0.77% -
HSV(B) 336.47º 0.23% 0.87% -
XYZ 54.7 49 56.44 -
YUV 189.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 223 172 192 0 0.23 0.14 0.13 336.47 0.44 0.77
Hex DF AC C0 0 17 E D 150 2C 4D
Octal 337 254 300 0 27 16 15 520 54 115
Binary 11011111 10101100 11000000 0 10111 1110 1101 101010000 101100 1001101

Color Harmonies of #DFACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACC0

Black with #DFACC0

Text Example


Text Example

White with #DFACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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