Html Css Color HEX #DFBAFA Mauve

📋 copy color: '#DFBAFA'

red 223 ◦ green 186 ◦ blue 250

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

Shades of Mauve #DFBAFA

Tints of Mauve #DFBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 33.84%
G = 28.22%
B = 37.94%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFBAFA (or 0xDFBAFA) is known color: Mauve. HEX triplet: DF, BA and FA. RGB value is (223,186,250). Sum of RGB (Red+Green+Blue) = 223+186+250=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAFA is #204505. Grayscale: #CCCCCC. Windows color (decimal): -2114822 or 16431839. OLE color: 16431839.

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

Color convert

RGB 223 186 250 -
CMYK 0.11 0.26 0 0.02
HSL 274.69º 0.86% 0.85% -
HSV(B) 274.69º 0.26% 0.98% -
XYZ 65.25 57.71 98.14 -
YUV 204.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 223 186 250 0.11 0.26 0 0.02 274.69 0.86 0.85
Hex DF BA FA B 1A 0 2 113 56 55
Octal 337 272 372 13 32 0 2 423 126 125
Binary 11011111 10111010 11111010 1011 11010 0 10 100010011 1010110 1010101

Color Harmonies of #DFBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAFA

Black with #DFBAFA

Text Example


Text Example

White with #DFBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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