Html Css Color HEX #DFBFFE Mauve

📋 copy color: '#DFBFFE'

red 223 ◦ green 191 ◦ blue 254

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

Shades of Mauve #DFBFFE

Tints of Mauve #DFBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 28.59%

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

R = 33.38%
G = 28.59%
B = 38.02%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFBFFE (or 0xDFBFFE) is known color: Mauve. HEX triplet: DF, BF and FE. RGB value is (223,191,254). Sum of RGB (Red+Green+Blue) = 223+191+254=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFFE is #204001. Grayscale: #CFCFCF. Windows color (decimal): -2113538 or 16695263. OLE color: 16695263.

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

Color convert

RGB 223 191 254 -
CMYK 0.12 0.25 0 0.00
HSL 270.48º 0.97% 0.87% -
HSV(B) 270.48º 0.25% 1% -
XYZ 66.95 60.11 101.84 -
YUV 207.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 223 191 254 0.12 0.25 0 0.00 270.48 0.97 0.87
Hex DF BF FE C 19 0 0 10E 61 57
Octal 337 277 376 14 31 0 0 416 141 127
Binary 11011111 10111111 11111110 1100 11001 0 0 100001110 1100001 1010111

Color Harmonies of #DFBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFFE

Black with #DFBFFE

Text Example


Text Example

White with #DFBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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