Html Css Color HEX #DFBFF5 Mauve

📋 copy color: '#DFBFF5'

red 223 ◦ green 191 ◦ blue 245

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

Shades of Mauve #DFBFF5

Tints of Mauve #DFBFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.18%

R = 33.84%
G = 28.98%
B = 37.18%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFBFF5 (or 0xDFBFF5) is known color: Mauve. HEX triplet: DF, BF and F5. RGB value is (223,191,245). Sum of RGB (Red+Green+Blue) = 223+191+245=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFBFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFF5 is #20400A. Grayscale: #CECECE. Windows color (decimal): -2113547 or 16105439. OLE color: 16105439.

HSL color Cylindrical-coordinate representation of color #DFBFF5: hue angle of 275.56º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBFF5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 191 245 -
CMYK 0.09 0.22 0 0.04
HSL 275.56º 0.73% 0.85% -
HSV(B) 275.56º 0.22% 0.96% -
XYZ 65.54 59.54 94.42 -
YUV 206.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 223 191 245 0.09 0.22 0 0.04 275.56 0.73 0.85
Hex DF BF F5 9 16 0 4 114 49 55
Octal 337 277 365 11 26 0 4 424 111 125
Binary 11011111 10111111 11110101 1001 10110 0 100 100010100 1001001 1010101

Color Harmonies of #DFBFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFF5

Black with #DFBFF5

Text Example


Text Example

White with #DFBFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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