Html Css Color HEX #DFBAC2 Melanie

📋 copy color: '#DFBAC2'

red 223 ◦ green 186 ◦ blue 194

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

Shades of Melanie #DFBAC2

Tints of Melanie #DFBAC2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.85%

 BLUE value IS 194 (76.17% from 255) = 32.17%

R = 36.98%
G = 30.85%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DFBAC2 (or 0xDFBAC2) is known color: Melanie. HEX triplet: DF, BA and C2. RGB value is (223,186,194). Sum of RGB (Red+Green+Blue) = 223+186+194=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC2 is #20453D. Grayscale: #C5C5C5. Windows color (decimal): -2114878 or 12761823. OLE color: 12761823.

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

Color convert

RGB 223 186 194 -
CMYK 0 0.17 0.13 0.13
HSL 347.03º 0.37% 0.8% -
HSV(B) 347.03º 0.17% 0.87% -
XYZ 57.73 54.7 58.55 -
YUV 197.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 223 186 194 0 0.17 0.13 0.13 347.03 0.37 0.8
Hex DF BA C2 0 11 D D 15B 25 50
Octal 337 272 302 0 21 15 15 533 45 120
Binary 11011111 10111010 11000010 0 10001 1101 1101 101011011 100101 1010000

Color Harmonies of #DFBAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAC2

Black with #DFBAC2

Text Example


Text Example

White with #DFBAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAC2; }

 p { color: rgb(223,186,194); }

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

background-color css

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

 a { background-color: rgb(223,186,194); }

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

border-color css

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

 span { border-color: rgb(223,186,194); }

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