Html Css Color HEX #DFB3F2 Mauve

📋 copy color: '#DFB3F2'

red 223 ◦ green 179 ◦ blue 242

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

Shades of Mauve #DFB3F2

Tints of Mauve #DFB3F2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.8%

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

R = 34.63%
G = 27.8%
B = 37.58%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFB3F2 (or 0xDFB3F2) is known color: Mauve. HEX triplet: DF, B3 and F2. RGB value is (223,179,242). Sum of RGB (Red+Green+Blue) = 223+179+242=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFB3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3F2 is #204C0D. Grayscale: #C7C7C7. Windows color (decimal): -2116622 or 15905759. OLE color: 15905759.

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

Color convert

RGB 223 179 242 -
CMYK 0.08 0.26 0 0.05
HSL 281.9º 0.71% 0.83% -
HSV(B) 281.9º 0.26% 0.95% -
XYZ 62.58 54.34 91.19 -
YUV 199.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 223 179 242 0.08 0.26 0 0.05 281.9 0.71 0.83
Hex DF B3 F2 8 1A 0 5 11A 47 53
Octal 337 263 362 10 32 0 5 432 107 123
Binary 11011111 10110011 11110010 1000 11010 0 101 100011010 1000111 1010011

Color Harmonies of #DFB3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3F2

Black with #DFB3F2

Text Example


Text Example

White with #DFB3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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