Html Css Color HEX #DFABBF Melanie

📋 copy color: '#DFABBF'

red 223 ◦ green 171 ◦ blue 191

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

Shades of Melanie #DFABBF

Tints of Melanie #DFABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.23%

 BLUE value IS 191 (75% from 255) = 32.65%

R = 38.12%
G = 29.23%
B = 32.65%

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

#DFABBF (or 0xDFABBF) is known color: Melanie. HEX triplet: DF, AB and BF. RGB value is (223,171,191). Sum of RGB (Red+Green+Blue) = 223+171+191=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABBF is #205440. Grayscale: #BCBCBC. Windows color (decimal): -2118721 or 12561375. OLE color: 12561375.

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

Color convert

RGB 223 171 191 -
CMYK 0 0.23 0.14 0.13
HSL 336.92º 0.45% 0.77% -
HSV(B) 336.92º 0.23% 0.87% -
XYZ 54.4 48.58 55.8 -
YUV 188.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 223 171 191 0 0.23 0.14 0.13 336.92 0.45 0.77
Hex DF AB BF 0 17 E D 151 2D 4D
Octal 337 253 277 0 27 16 15 521 55 115
Binary 11011111 10101011 10111111 0 10111 1110 1101 101010001 101101 1001101

Color Harmonies of #DFABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABBF

Black with #DFABBF

Text Example


Text Example

White with #DFABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABBF; }

 p { color: rgb(223,171,191); }

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

background-color css

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

 a { background-color: rgb(223,171,191); }

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

border-color css

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

 span { border-color: rgb(223,171,191); }

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