Html Css Color HEX #DFBFF2 Mauve

📋 copy color: '#DFBFF2'

red 223 ◦ green 191 ◦ blue 242

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

Shades of Mauve #DFBFF2

Tints of Mauve #DFBFF2

RGB

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

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

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

R = 33.99%
G = 29.12%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFBFF2 (or 0xDFBFF2) is known color: Mauve. HEX triplet: DF, BF and F2. RGB value is (223,191,242). Sum of RGB (Red+Green+Blue) = 223+191+242=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFF2 is #20400D. Grayscale: #CECECE. Windows color (decimal): -2113550 or 15908831. OLE color: 15908831.

HSL color Cylindrical-coordinate representation of color #DFBFF2: hue angle of 277.65º degrees, saturation: 0.66, 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 #DFBFF2 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 191 242 -
CMYK 0.08 0.21 0 0.05
HSL 277.65º 0.66% 0.85% -
HSV(B) 277.65º 0.21% 0.95% -
XYZ 65.09 59.36 92.03 -
YUV 206.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 223 191 242 0.08 0.21 0 0.05 277.65 0.66 0.85
Hex DF BF F2 8 15 0 5 116 42 55
Octal 337 277 362 10 25 0 5 426 102 125
Binary 11011111 10111111 11110010 1000 10101 0 101 100010110 1000010 1010101

Color Harmonies of #DFBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFF2

Black with #DFBFF2

Text Example


Text Example

White with #DFBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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