Html Css Color HEX #DFACBF Melanie

📋 copy color: '#DFACBF'

red 223 ◦ green 172 ◦ blue 191

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

Shades of Melanie #DFACBF

Tints of Melanie #DFACBF

RGB

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

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

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

R = 38.05%
G = 29.35%
B = 32.59%

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

#DFACBF (or 0xDFACBF) is known color: Melanie. HEX triplet: DF, AC and BF. RGB value is (223,172,191). Sum of RGB (Red+Green+Blue) = 223+172+191=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACBF is #205340. Grayscale: #BDBDBD. Windows color (decimal): -2118465 or 12561631. OLE color: 12561631.

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

Color convert

RGB 223 172 191 -
CMYK 0 0.23 0.14 0.13
HSL 337.65º 0.44% 0.77% -
HSV(B) 337.65º 0.23% 0.87% -
XYZ 54.59 48.95 55.86 -
YUV 189.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 223 172 191 0 0.23 0.14 0.13 337.65 0.44 0.77
Hex DF AC BF 0 17 E D 152 2C 4D
Octal 337 254 277 0 27 16 15 522 54 115
Binary 11011111 10101100 10111111 0 10111 1110 1101 101010010 101100 1001101

Color Harmonies of #DFACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACBF

Black with #DFACBF

Text Example


Text Example

White with #DFACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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