Html Css Color HEX #DFB7FA Mauve

📋 copy color: '#DFB7FA'

red 223 ◦ green 183 ◦ blue 250

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

Shades of Mauve #DFB7FA

Tints of Mauve #DFB7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.9%

 BLUE value IS 250 (98.05% from 255) = 38.11%

R = 33.99%
G = 27.9%
B = 38.11%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFB7FA (or 0xDFB7FA) is known color: Mauve. HEX triplet: DF, B7 and FA. RGB value is (223,183,250). Sum of RGB (Red+Green+Blue) = 223+183+250=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7FA is #204805. Grayscale: #CACACA. Windows color (decimal): -2115590 or 16431071. OLE color: 16431071.

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

Color convert

RGB 223 183 250 -
CMYK 0.11 0.27 0 0.02
HSL 275.82º 0.87% 0.85% -
HSV(B) 275.82º 0.27% 0.98% -
XYZ 64.62 56.46 97.93 -
YUV 202.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 223 183 250 0.11 0.27 0 0.02 275.82 0.87 0.85
Hex DF B7 FA B 1B 0 2 114 57 55
Octal 337 267 372 13 33 0 2 424 127 125
Binary 11011111 10110111 11111010 1011 11011 0 10 100010100 1010111 1010101

Color Harmonies of #DFB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB7FA

Black with #DFB7FA

Text Example


Text Example

White with #DFB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB7FA; }

 p { color: rgb(223,183,250); }

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

background-color css

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

 a { background-color: rgb(223,183,250); }

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

border-color css

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

 span { border-color: rgb(223,183,250); }

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