Html Css Color HEX #DFBFF8 Mauve

📋 copy color: '#DFBFF8'

red 223 ◦ green 191 ◦ blue 248

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

Shades of Mauve #DFBFF8

Tints of Mauve #DFBFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.46%

R = 33.69%
G = 28.85%
B = 37.46%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFBFF8 (or 0xDFBFF8) is known color: Mauve. HEX triplet: DF, BF and F8. RGB value is (223,191,248). Sum of RGB (Red+Green+Blue) = 223+191+248=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFF8 is #204007. Grayscale: #CECECE. Windows color (decimal): -2113544 or 16302047. OLE color: 16302047.

HSL color Cylindrical-coordinate representation of color #DFBFF8: hue angle of 273.68º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBFF8 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 191 248 -
CMYK 0.10 0.23 0 0.03
HSL 273.68º 0.8% 0.86% -
HSV(B) 273.68º 0.23% 0.97% -
XYZ 66.01 59.73 96.86 -
YUV 207.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 223 191 248 0.10 0.23 0 0.03 273.68 0.8 0.86
Hex DF BF F8 A 17 0 3 112 50 56
Octal 337 277 370 12 27 0 3 422 120 126
Binary 11011111 10111111 11111000 1010 10111 0 11 100010010 1010000 1010110

Color Harmonies of #DFBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFF8

Black with #DFBFF8

Text Example


Text Example

White with #DFBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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