Html Css Color HEX #DFB3FE Mauve

📋 copy color: '#DFB3FE'

red 223 ◦ green 179 ◦ blue 254

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

Shades of Mauve #DFB3FE

Tints of Mauve #DFB3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.29%

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 33.99%
G = 27.29%
B = 38.72%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFB3FE (or 0xDFB3FE) is known color: Mauve. HEX triplet: DF, B3 and FE. RGB value is (223,179,254). Sum of RGB (Red+Green+Blue) = 223+179+254=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3FE is #204C01. Grayscale: #C8C8C8. Windows color (decimal): -2116610 or 16692191. OLE color: 16692191.

HSL color Cylindrical-coordinate representation of color #DFB3FE: hue angle of 275.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB3FE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 179 254 -
CMYK 0.12 0.30 0 0.00
HSL 275.2º 0.97% 0.85% -
HSV(B) 275.2º 0.3% 1% -
XYZ 64.44 55.08 101 -
YUV 200.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 223 179 254 0.12 0.30 0 0.00 275.2 0.97 0.85
Hex DF B3 FE C 1E 0 0 113 61 55
Octal 337 263 376 14 36 0 0 423 141 125
Binary 11011111 10110011 11111110 1100 11110 0 0 100010011 1100001 1010101

Color Harmonies of #DFB3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3FE

Black with #DFB3FE

Text Example


Text Example

White with #DFB3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB3FE; }

 p { color: rgb(223,179,254); }

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

background-color css

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

 a { background-color: rgb(223,179,254); }

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

border-color css

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

 span { border-color: rgb(223,179,254); }

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