Html Css Color HEX #DFBAF0 Mauve

📋 copy color: '#DFBAF0'

red 223 ◦ green 186 ◦ blue 240

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

Shades of Mauve #DFBAF0

Tints of Mauve #DFBAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 34.36%
G = 28.66%
B = 36.98%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFBAF0 (or 0xDFBAF0) is known color: Mauve. HEX triplet: DF, BA and F0. RGB value is (223,186,240). Sum of RGB (Red+Green+Blue) = 223+186+240=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF0 is #20450F. Grayscale: #CBCBCB. Windows color (decimal): -2114832 or 15776479. OLE color: 15776479.

HSL color Cylindrical-coordinate representation of color #DFBAF0: hue angle of 281.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBAF0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 186 240 -
CMYK 0.07 0.22 0 0.06
HSL 281.11º 0.64% 0.84% -
HSV(B) 281.11º 0.23% 0.94% -
XYZ 63.72 57.1 90.1 -
YUV 203.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 223 186 240 0.07 0.22 0 0.06 281.11 0.64 0.84
Hex DF BA F0 7 16 0 6 119 40 54
Octal 337 272 360 7 26 0 6 431 100 124
Binary 11011111 10111010 11110000 111 10110 0 110 100011001 1000000 1010100

Color Harmonies of #DFBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAF0

Black with #DFBAF0

Text Example


Text Example

White with #DFBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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