Html Css Color HEX #DFB3F3 Mauve

📋 copy color: '#DFB3F3'

red 223 ◦ green 179 ◦ blue 243

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

Shades of Mauve #DFB3F3

Tints of Mauve #DFB3F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.67%

R = 34.57%
G = 27.75%
B = 37.67%

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

#DFB3F3 (or 0xDFB3F3) is known color: Mauve. HEX triplet: DF, B3 and F3. RGB value is (223,179,243). Sum of RGB (Red+Green+Blue) = 223+179+243=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3F3 is #204C0C. Grayscale: #C7C7C7. Windows color (decimal): -2116621 or 15971295. OLE color: 15971295.

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

Color convert

RGB 223 179 243 -
CMYK 0.08 0.26 0 0.05
HSL 281.25º 0.73% 0.83% -
HSV(B) 281.25º 0.26% 0.95% -
XYZ 62.73 54.4 91.99 -
YUV 199.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 223 179 243 0.08 0.26 0 0.05 281.25 0.73 0.83
Hex DF B3 F3 8 1A 0 5 119 49 53
Octal 337 263 363 10 32 0 5 431 111 123
Binary 11011111 10110011 11110011 1000 11010 0 101 100011001 1001001 1010011

Color Harmonies of #DFB3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3F3

Black with #DFB3F3

Text Example


Text Example

White with #DFB3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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