Html Css Color HEX #DFB9FE Mauve

📋 copy color: '#DFB9FE'

red 223 ◦ green 185 ◦ blue 254

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

Shades of Mauve #DFB9FE

Tints of Mauve #DFB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.95%

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

R = 33.69%
G = 27.95%
B = 38.37%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFB9FE (or 0xDFB9FE) is known color: Mauve. HEX triplet: DF, B9 and FE. RGB value is (223,185,254). Sum of RGB (Red+Green+Blue) = 223+185+254=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9FE is #204601. Grayscale: #CBCBCB. Windows color (decimal): -2115074 or 16693727. OLE color: 16693727.

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

Color convert

RGB 223 185 254 -
CMYK 0.12 0.27 0 0.00
HSL 273.04º 0.97% 0.86% -
HSV(B) 273.04º 0.27% 1% -
XYZ 65.67 57.54 101.41 -
YUV 204.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 223 185 254 0.12 0.27 0 0.00 273.04 0.97 0.86
Hex DF B9 FE C 1B 0 0 111 61 56
Octal 337 271 376 14 33 0 0 421 141 126
Binary 11011111 10111001 11111110 1100 11011 0 0 100010001 1100001 1010110

Color Harmonies of #DFB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9FE

Black with #DFB9FE

Text Example


Text Example

White with #DFB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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