Html Css Color HEX #DFB9F6 Mauve

📋 copy color: '#DFB9F6'

red 223 ◦ green 185 ◦ blue 246

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

Shades of Mauve #DFB9F6

Tints of Mauve #DFB9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.61%

R = 34.1%
G = 28.29%
B = 37.61%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFB9F6 (or 0xDFB9F6) is known color: Mauve. HEX triplet: DF, B9 and F6. RGB value is (223,185,246). Sum of RGB (Red+Green+Blue) = 223+185+246=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFB9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9F6 is #204609. Grayscale: #CBCBCB. Windows color (decimal): -2115082 or 16169439. OLE color: 16169439.

HSL color Cylindrical-coordinate representation of color #DFB9F6: hue angle of 277.38º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB9F6 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 185 246 -
CMYK 0.09 0.25 0 0.04
HSL 277.38º 0.77% 0.85% -
HSV(B) 277.38º 0.25% 0.96% -
XYZ 64.41 57.04 94.8 -
YUV 203.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 223 185 246 0.09 0.25 0 0.04 277.38 0.77 0.85
Hex DF B9 F6 9 19 0 4 115 4D 55
Octal 337 271 366 11 31 0 4 425 115 125
Binary 11011111 10111001 11110110 1001 11001 0 100 100010101 1001101 1010101

Color Harmonies of #DFB9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9F6

Black with #DFB9F6

Text Example


Text Example

White with #DFB9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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