Html Css Color HEX #DFB4F1 Mauve

📋 copy color: '#DFB4F1'

red 223 ◦ green 180 ◦ blue 241

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

Shades of Mauve #DFB4F1

Tints of Mauve #DFB4F1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.95%

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

R = 34.63%
G = 27.95%
B = 37.42%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFB4F1 (or 0xDFB4F1) is known color: Mauve. HEX triplet: DF, B4 and F1. RGB value is (223,180,241). Sum of RGB (Red+Green+Blue) = 223+180+241=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4F1 is #204B0E. Grayscale: #C7C7C7. Windows color (decimal): -2116367 or 15840479. OLE color: 15840479.

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

Color convert

RGB 223 180 241 -
CMYK 0.07 0.25 0 0.05
HSL 282.3º 0.69% 0.83% -
HSV(B) 282.3º 0.25% 0.95% -
XYZ 62.63 54.68 90.47 -
YUV 199.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 223 180 241 0.07 0.25 0 0.05 282.3 0.69 0.83
Hex DF B4 F1 7 19 0 5 11A 45 53
Octal 337 264 361 7 31 0 5 432 105 123
Binary 11011111 10110100 11110001 111 11001 0 101 100011010 1000101 1010011

Color Harmonies of #DFB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB4F1

Black with #DFB4F1

Text Example


Text Example

White with #DFB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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