Html Css Color HEX #DFB0F5 Mauve

📋 copy color: '#DFB0F5'

red 223 ◦ green 176 ◦ blue 245

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

Shades of Mauve #DFB0F5

Tints of Mauve #DFB0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.04%

R = 34.63%
G = 27.33%
B = 38.04%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFB0F5 (or 0xDFB0F5) is known color: Mauve. HEX triplet: DF, B0 and F5. RGB value is (223,176,245). Sum of RGB (Red+Green+Blue) = 223+176+245=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F5 is #204F0A. Grayscale: #C5C5C5. Windows color (decimal): -2117387 or 16101599. OLE color: 16101599.

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

Color convert

RGB 223 176 245 -
CMYK 0.09 0.28 0 0.04
HSL 280.87º 0.78% 0.83% -
HSV(B) 280.87º 0.28% 0.96% -
XYZ 62.44 53.33 93.39 -
YUV 197.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 223 176 245 0.09 0.28 0 0.04 280.87 0.78 0.83
Hex DF B0 F5 9 1C 0 4 119 4E 53
Octal 337 260 365 11 34 0 4 431 116 123
Binary 11011111 10110000 11110101 1001 11100 0 100 100011001 1001110 1010011

Color Harmonies of #DFB0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0F5

Black with #DFB0F5

Text Example


Text Example

White with #DFB0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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