Html Css Color HEX #DFBAC4 Melanie

📋 copy color: '#DFBAC4'

red 223 ◦ green 186 ◦ blue 196

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

Shades of Melanie #DFBAC4

Tints of Melanie #DFBAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.4%

R = 36.86%
G = 30.74%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFBAC4 (or 0xDFBAC4) is known color: Melanie. HEX triplet: DF, BA and C4. RGB value is (223,186,196). Sum of RGB (Red+Green+Blue) = 223+186+196=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC4 is #20453B. Grayscale: #C6C6C6. Windows color (decimal): -2114876 or 12892895. OLE color: 12892895.

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

Color convert

RGB 223 186 196 -
CMYK 0 0.17 0.12 0.13
HSL 343.78º 0.37% 0.8% -
HSV(B) 343.78º 0.17% 0.87% -
XYZ 57.95 54.79 59.75 -
YUV 198.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 223 186 196 0 0.17 0.12 0.13 343.78 0.37 0.8
Hex DF BA C4 0 11 C D 158 25 50
Octal 337 272 304 0 21 14 15 530 45 120
Binary 11011111 10111010 11000100 0 10001 1100 1101 101011000 100101 1010000

Color Harmonies of #DFBAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAC4

Black with #DFBAC4

Text Example


Text Example

White with #DFBAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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