Html Css Color HEX #DFBAC7 Melanie

📋 copy color: '#DFBAC7'

red 223 ◦ green 186 ◦ blue 199

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

Shades of Melanie #DFBAC7

Tints of Melanie #DFBAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.73%

R = 36.68%
G = 30.59%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DFBAC7 (or 0xDFBAC7) is known color: Melanie. HEX triplet: DF, BA and C7. RGB value is (223,186,199). Sum of RGB (Red+Green+Blue) = 223+186+199=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC7 is #204538. Grayscale: #C6C6C6. Windows color (decimal): -2114873 or 13089503. OLE color: 13089503.

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

Color convert

RGB 223 186 199 -
CMYK 0 0.17 0.11 0.13
HSL 338.92º 0.37% 0.8% -
HSV(B) 338.92º 0.17% 0.87% -
XYZ 58.3 54.93 61.56 -
YUV 198.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 223 186 199 0 0.17 0.11 0.13 338.92 0.37 0.8
Hex DF BA C7 0 11 B D 153 25 50
Octal 337 272 307 0 21 13 15 523 45 120
Binary 11011111 10111010 11000111 0 10001 1011 1101 101010011 100101 1010000

Color Harmonies of #DFBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAC7

Black with #DFBAC7

Text Example


Text Example

White with #DFBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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