Html Css Color HEX #DFB9F9 Mauve

📋 copy color: '#DFB9F9'

red 223 ◦ green 185 ◦ blue 249

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

Shades of Mauve #DFB9F9

Tints of Mauve #DFB9F9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.16%

 BLUE value IS 249 (97.66% from 255) = 37.9%

R = 33.94%
G = 28.16%
B = 37.9%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFB9F9 (or 0xDFB9F9) is known color: Mauve. HEX triplet: DF, B9 and F9. RGB value is (223,185,249). Sum of RGB (Red+Green+Blue) = 223+185+249=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9F9 is #204606. Grayscale: #CBCBCB. Windows color (decimal): -2115079 or 16366047. OLE color: 16366047.

HSL color Cylindrical-coordinate representation of color #DFB9F9: hue angle of 275.62º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB9F9 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 185 249 -
CMYK 0.10 0.26 0 0.02
HSL 275.63º 0.84% 0.85% -
HSV(B) 275.63º 0.26% 0.98% -
XYZ 64.88 57.23 97.25 -
YUV 203.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 223 185 249 0.10 0.26 0 0.02 275.63 0.84 0.85
Hex DF B9 F9 A 1A 0 2 114 54 55
Octal 337 271 371 12 32 0 2 424 124 125
Binary 11011111 10111001 11111001 1010 11010 0 10 100010100 1010100 1010101

Color Harmonies of #DFB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9F9

Black with #DFB9F9

Text Example


Text Example

White with #DFB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9F9; }

 p { color: rgb(223,185,249); }

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

background-color css

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

 a { background-color: rgb(223,185,249); }

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

border-color css

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

 span { border-color: rgb(223,185,249); }

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