Html Css Color HEX #DFBAF9 Mauve

📋 copy color: '#DFBAF9'

red 223 ◦ green 186 ◦ blue 249

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

Shades of Mauve #DFBAF9

Tints of Mauve #DFBAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.84%

R = 33.89%
G = 28.27%
B = 37.84%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFBAF9 (or 0xDFBAF9) is known color: Mauve. HEX triplet: DF, BA and F9. RGB value is (223,186,249). Sum of RGB (Red+Green+Blue) = 223+186+249=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFBAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF9 is #204506. Grayscale: #CCCCCC. Windows color (decimal): -2114823 or 16366303. OLE color: 16366303.

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

Color convert

RGB 223 186 249 -
CMYK 0.10 0.25 0 0.02
HSL 275.24º 0.84% 0.85% -
HSV(B) 275.24º 0.25% 0.98% -
XYZ 65.09 57.65 97.32 -
YUV 204.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 223 186 249 0.10 0.25 0 0.02 275.24 0.84 0.85
Hex DF BA F9 A 19 0 2 113 54 55
Octal 337 272 371 12 31 0 2 423 124 125
Binary 11011111 10111010 11111001 1010 11001 0 10 100010011 1010100 1010101

Color Harmonies of #DFBAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAF9

Black with #DFBAF9

Text Example


Text Example

White with #DFBAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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