Html Css Color HEX #DFBCF8 Mauve

📋 copy color: '#DFBCF8'

red 223 ◦ green 188 ◦ blue 248

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

Shades of Mauve #DFBCF8

Tints of Mauve #DFBCF8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.53%

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

R = 33.84%
G = 28.53%
B = 37.63%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFBCF8 (or 0xDFBCF8) is known color: Mauve. HEX triplet: DF, BC and F8. RGB value is (223,188,248). Sum of RGB (Red+Green+Blue) = 223+188+248=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFBCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF8 is #204307. Grayscale: #CDCDCD. Windows color (decimal): -2114312 or 16301279. OLE color: 16301279.

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

Color convert

RGB 223 188 248 -
CMYK 0.10 0.24 0 0.03
HSL 275º 0.81% 0.85% -
HSV(B) 275º 0.24% 0.97% -
XYZ 65.36 58.43 96.64 -
YUV 205.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 223 188 248 0.10 0.24 0 0.03 275 0.81 0.85
Hex DF BC F8 A 18 0 3 113 51 55
Octal 337 274 370 12 30 0 3 423 121 125
Binary 11011111 10111100 11111000 1010 11000 0 11 100010011 1010001 1010101

Color Harmonies of #DFBCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCF8

Black with #DFBCF8

Text Example


Text Example

White with #DFBCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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