Html Css Color HEX #DFBFC6 Melanie

📋 copy color: '#DFBFC6'

red 223 ◦ green 191 ◦ blue 198

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

Shades of Melanie #DFBFC6

Tints of Melanie #DFBFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 36.44%
G = 31.21%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DFBFC6 (or 0xDFBFC6) is known color: Melanie. HEX triplet: DF, BF and C6. RGB value is (223,191,198). Sum of RGB (Red+Green+Blue) = 223+191+198=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC6 is #204039. Grayscale: #C9C9C9. Windows color (decimal): -2113594 or 13025247. OLE color: 13025247.

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

Color convert

RGB 223 191 198 -
CMYK 0 0.14 0.11 0.13
HSL 346.88º 0.33% 0.81% -
HSV(B) 346.88º 0.14% 0.87% -
XYZ 59.26 57.03 61.31 -
YUV 201.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 223 191 198 0 0.14 0.11 0.13 346.88 0.33 0.81
Hex DF BF C6 0 E B D 15B 21 51
Octal 337 277 306 0 16 13 15 533 41 121
Binary 11011111 10111111 11000110 0 1110 1011 1101 101011011 100001 1010001

Color Harmonies of #DFBFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFC6

Black with #DFBFC6

Text Example


Text Example

White with #DFBFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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