Html Css Color HEX #DFBAF8 Mauve

📋 copy color: '#DFBAF8'

red 223 ◦ green 186 ◦ blue 248

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

Shades of Mauve #DFBAF8

Tints of Mauve #DFBAF8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.31%

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

R = 33.94%
G = 28.31%
B = 37.75%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFBAF8 (or 0xDFBAF8) is known color: Mauve. HEX triplet: DF, BA and F8. RGB value is (223,186,248). Sum of RGB (Red+Green+Blue) = 223+186+248=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFBAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF8 is #204507. Grayscale: #CBCBCB. Windows color (decimal): -2114824 or 16300767. OLE color: 16300767.

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

Color convert

RGB 223 186 248 -
CMYK 0.10 0.25 0 0.03
HSL 275.81º 0.82% 0.85% -
HSV(B) 275.81º 0.25% 0.97% -
XYZ 64.93 57.58 96.5 -
YUV 204.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 223 186 248 0.10 0.25 0 0.03 275.81 0.82 0.85
Hex DF BA F8 A 19 0 3 114 52 55
Octal 337 272 370 12 31 0 3 424 122 125
Binary 11011111 10111010 11111000 1010 11001 0 11 100010100 1010010 1010101

Color Harmonies of #DFBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAF8

Black with #DFBAF8

Text Example


Text Example

White with #DFBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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