Html Css Color HEX #DFB5F0 Mauve

📋 copy color: '#DFB5F0'

red 223 ◦ green 181 ◦ blue 240

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

Shades of Mauve #DFB5F0

Tints of Mauve #DFB5F0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.11%

 BLUE value IS 240 (94.14% from 255) = 37.27%

R = 34.63%
G = 28.11%
B = 37.27%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFB5F0 (or 0xDFB5F0) is known color: Mauve. HEX triplet: DF, B5 and F0. RGB value is (223,181,240). Sum of RGB (Red+Green+Blue) = 223+181+240=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5F0 is #204A0F. Grayscale: #C8C8C8. Windows color (decimal): -2116112 or 15775199. OLE color: 15775199.

HSL color Cylindrical-coordinate representation of color #DFB5F0: hue angle of 282.71º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB5F0 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 181 240 -
CMYK 0.07 0.25 0 0.06
HSL 282.71º 0.66% 0.83% -
HSV(B) 282.71º 0.25% 0.94% -
XYZ 62.68 55.03 89.76 -
YUV 200.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 223 181 240 0.07 0.25 0 0.06 282.71 0.66 0.83
Hex DF B5 F0 7 19 0 6 11B 42 53
Octal 337 265 360 7 31 0 6 433 102 123
Binary 11011111 10110101 11110000 111 11001 0 110 100011011 1000010 1010011

Color Harmonies of #DFB5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB5F0

Black with #DFB5F0

Text Example


Text Example

White with #DFB5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB5F0; }

 p { color: rgb(223,181,240); }

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

background-color css

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

 a { background-color: rgb(223,181,240); }

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

border-color css

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

 span { border-color: rgb(223,181,240); }

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