Html Css Color HEX #DFBAF6 Mauve

📋 copy color: '#DFBAF6'

red 223 ◦ green 186 ◦ blue 246

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

Shades of Mauve #DFBAF6

Tints of Mauve #DFBAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.56%

R = 34.05%
G = 28.4%
B = 37.56%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFBAF6 (or 0xDFBAF6) is known color: Mauve. HEX triplet: DF, BA and F6. RGB value is (223,186,246). Sum of RGB (Red+Green+Blue) = 223+186+246=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF6 is #204509. Grayscale: #CBCBCB. Windows color (decimal): -2114826 or 16169695. OLE color: 16169695.

HSL color Cylindrical-coordinate representation of color #DFBAF6: hue angle of 277º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFBAF6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 186 246 -
CMYK 0.09 0.24 0 0.04
HSL 277º 0.77% 0.85% -
HSV(B) 277º 0.24% 0.96% -
XYZ 64.62 57.46 94.87 -
YUV 203.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 223 186 246 0.09 0.24 0 0.04 277 0.77 0.85
Hex DF BA F6 9 18 0 4 115 4D 55
Octal 337 272 366 11 30 0 4 425 115 125
Binary 11011111 10111010 11110110 1001 11000 0 100 100010101 1001101 1010101

Color Harmonies of #DFBAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAF6

Black with #DFBAF6

Text Example


Text Example

White with #DFBAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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