Html Css Color HEX #DFBFC5 Melanie

📋 copy color: '#DFBFC5'

red 223 ◦ green 191 ◦ blue 197

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

Shades of Melanie #DFBFC5

Tints of Melanie #DFBFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 31.26%

 BLUE value IS 197 (77.34% from 255) = 32.24%

R = 36.5%
G = 31.26%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFBFC5 (or 0xDFBFC5) is known color: Melanie. HEX triplet: DF, BF and C5. RGB value is (223,191,197). Sum of RGB (Red+Green+Blue) = 223+191+197=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC5 is #20403A. Grayscale: #C9C9C9. Windows color (decimal): -2113595 or 12959711. OLE color: 12959711.

HSL color Cylindrical-coordinate representation of color #DFBFC5: hue angle of 348.75º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFC5 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 197 -
CMYK 0 0.14 0.12 0.13
HSL 348.75º 0.33% 0.81% -
HSV(B) 348.75º 0.14% 0.87% -
XYZ 59.14 56.98 60.7 -
YUV 201.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 223 191 197 0 0.14 0.12 0.13 348.75 0.33 0.81
Hex DF BF C5 0 E C D 15D 21 51
Octal 337 277 305 0 16 14 15 535 41 121
Binary 11011111 10111111 11000101 0 1110 1100 1101 101011101 100001 1010001

Color Harmonies of #DFBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFC5

Black with #DFBFC5

Text Example


Text Example

White with #DFBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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