Html Css Color HEX #DFC1FA Mauve

📋 copy color: '#DFC1FA'

red 223 ◦ green 193 ◦ blue 250

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

Shades of Mauve #DFC1FA

Tints of Mauve #DFC1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.98%

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 33.48%
G = 28.98%
B = 37.54%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFC1FA (or 0xDFC1FA) is known color: Mauve. HEX triplet: DF, C1 and FA. RGB value is (223,193,250). Sum of RGB (Red+Green+Blue) = 223+193+250=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1FA is #203E05. Grayscale: #D0D0D0. Windows color (decimal): -2113030 or 16433631. OLE color: 16433631.

HSL color Cylindrical-coordinate representation of color #DFC1FA: hue angle of 271.58º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC1FA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 193 250 -
CMYK 0.11 0.23 0 0.02
HSL 271.58º 0.85% 0.87% -
HSV(B) 271.58º 0.23% 0.98% -
XYZ 66.76 60.73 98.65 -
YUV 208.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 223 193 250 0.11 0.23 0 0.02 271.58 0.85 0.87
Hex DF C1 FA B 17 0 2 110 55 57
Octal 337 301 372 13 27 0 2 420 125 127
Binary 11011111 11000001 11111010 1011 10111 0 10 100010000 1010101 1010111

Color Harmonies of #DFC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1FA

Black with #DFC1FA

Text Example


Text Example

White with #DFC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1FA; }

 p { color: rgb(223,193,250); }

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

background-color css

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

 a { background-color: rgb(223,193,250); }

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

border-color css

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

 span { border-color: rgb(223,193,250); }

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