Html Css Color HEX #DFB0F9 Mauve

📋 copy color: '#DFB0F9'

red 223 ◦ green 176 ◦ blue 249

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

Shades of Mauve #DFB0F9

Tints of Mauve #DFB0F9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.16%

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

R = 34.41%
G = 27.16%
B = 38.43%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFB0F9 (or 0xDFB0F9) is known color: Mauve. HEX triplet: DF, B0 and F9. RGB value is (223,176,249). Sum of RGB (Red+Green+Blue) = 223+176+249=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F9 is #204F06. Grayscale: #C6C6C6. Windows color (decimal): -2117383 or 16363743. OLE color: 16363743.

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

Color convert

RGB 223 176 249 -
CMYK 0.10 0.29 0 0.02
HSL 278.63º 0.86% 0.83% -
HSV(B) 278.63º 0.29% 0.98% -
XYZ 63.06 53.58 96.64 -
YUV 198.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 223 176 249 0.10 0.29 0 0.02 278.63 0.86 0.83
Hex DF B0 F9 A 1D 0 2 117 56 53
Octal 337 260 371 12 35 0 2 427 126 123
Binary 11011111 10110000 11111001 1010 11101 0 10 100010111 1010110 1010011

Color Harmonies of #DFB0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0F9

Black with #DFB0F9

Text Example


Text Example

White with #DFB0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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