Html Css Color HEX #DFB9FF Mauve

📋 copy color: '#DFB9FF'

red 223 ◦ green 185 ◦ blue 255

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

Shades of Mauve #DFB9FF

Tints of Mauve #DFB9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.46%

R = 33.63%
G = 27.9%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFB9FF (or 0xDFB9FF) is known color: Mauve. HEX triplet: DF, B9 and FF. RGB value is (223,185,255). Sum of RGB (Red+Green+Blue) = 223+185+255=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9FF is #204600. Grayscale: #CCCCCC. Windows color (decimal): -2115073 or 16759263. OLE color: 16759263.

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

Color convert

RGB 223 185 255 -
CMYK 0.13 0.27 0 0
HSL 272.57º 1% 0.86% -
HSV(B) 272.57º 0.27% 1% -
XYZ 65.83 57.61 102.26 -
YUV 204.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 223 185 255 0.13 0.27 0 0 272.57 1 0.86
Hex DF B9 FF D 1B 0 0 111 64 56
Octal 337 271 377 15 33 0 0 421 144 126
Binary 11011111 10111001 11111111 1101 11011 0 0 100010001 1100100 1010110

Color Harmonies of #DFB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9FF

Black with #DFB9FF

Text Example


Text Example

White with #DFB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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