Html Css Color HEX #DFB7FB Mauve

📋 copy color: '#DFB7FB'

red 223 ◦ green 183 ◦ blue 251

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

Shades of Mauve #DFB7FB

Tints of Mauve #DFB7FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.2%

R = 33.94%
G = 27.85%
B = 38.2%

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

#DFB7FB (or 0xDFB7FB) is known color: Mauve. HEX triplet: DF, B7 and FB. RGB value is (223,183,251). Sum of RGB (Red+Green+Blue) = 223+183+251=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7FB is #204804. Grayscale: #CACACA. Windows color (decimal): -2115589 or 16496607. OLE color: 16496607.

HSL color Cylindrical-coordinate representation of color #DFB7FB: hue angle of 275.29º degrees, saturation: 0.89, 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 #DFB7FB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 183 251 -
CMYK 0.11 0.27 0 0.02
HSL 275.29º 0.89% 0.85% -
HSV(B) 275.29º 0.27% 0.98% -
XYZ 64.78 56.52 98.76 -
YUV 202.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 223 183 251 0.11 0.27 0 0.02 275.29 0.89 0.85
Hex DF B7 FB B 1B 0 2 113 59 55
Octal 337 267 373 13 33 0 2 423 131 125
Binary 11011111 10110111 11111011 1011 11011 0 10 100010011 1011001 1010101

Color Harmonies of #DFB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB7FB

Black with #DFB7FB

Text Example


Text Example

White with #DFB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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