Html Css Color HEX #DFBAF2 Mauve

📋 copy color: '#DFBAF2'

red 223 ◦ green 186 ◦ blue 242

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

Shades of Mauve #DFBAF2

Tints of Mauve #DFBAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 34.25%
G = 28.57%
B = 37.17%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFBAF2 (or 0xDFBAF2) is known color: Mauve. HEX triplet: DF, BA and F2. RGB value is (223,186,242). Sum of RGB (Red+Green+Blue) = 223+186+242=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF2 is #20450D. Grayscale: #CBCBCB. Windows color (decimal): -2114830 or 15907551. OLE color: 15907551.

HSL color Cylindrical-coordinate representation of color #DFBAF2: hue angle of 279.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBAF2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 186 242 -
CMYK 0.08 0.23 0 0.05
HSL 279.64º 0.68% 0.84% -
HSV(B) 279.64º 0.23% 0.95% -
XYZ 64.02 57.22 91.67 -
YUV 203.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 223 186 242 0.08 0.23 0 0.05 279.64 0.68 0.84
Hex DF BA F2 8 17 0 5 118 44 54
Octal 337 272 362 10 27 0 5 430 104 124
Binary 11011111 10111010 11110010 1000 10111 0 101 100011000 1000100 1010100

Color Harmonies of #DFBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAF2

Black with #DFBAF2

Text Example


Text Example

White with #DFBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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