Html Css Color HEX #DFBFF1 Mauve

📋 copy color: '#DFBFF1'

red 223 ◦ green 191 ◦ blue 241

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

Shades of Mauve #DFBFF1

Tints of Mauve #DFBFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 29.16%

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 34.05%
G = 29.16%
B = 36.79%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFBFF1 (or 0xDFBFF1) is known color: Mauve. HEX triplet: DF, BF and F1. RGB value is (223,191,241). Sum of RGB (Red+Green+Blue) = 223+191+241=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFF1 is #20400E. Grayscale: #CECECE. Windows color (decimal): -2113551 or 15843295. OLE color: 15843295.

HSL color Cylindrical-coordinate representation of color #DFBFF1: hue angle of 278.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBFF1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 191 241 -
CMYK 0.07 0.21 0 0.05
HSL 278.4º 0.64% 0.85% -
HSV(B) 278.4º 0.21% 0.95% -
XYZ 64.94 59.3 91.24 -
YUV 206.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 223 191 241 0.07 0.21 0 0.05 278.4 0.64 0.85
Hex DF BF F1 7 15 0 5 116 40 55
Octal 337 277 361 7 25 0 5 426 100 125
Binary 11011111 10111111 11110001 111 10101 0 101 100010110 1000000 1010101

Color Harmonies of #DFBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFF1

Black with #DFBFF1

Text Example


Text Example

White with #DFBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFF1; }

 p { color: rgb(223,191,241); }

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

background-color css

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

 a { background-color: rgb(223,191,241); }

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

border-color css

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

 span { border-color: rgb(223,191,241); }

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