Html Css Color HEX #DFC1F9 Mauve

📋 copy color: '#DFC1F9'

red 223 ◦ green 193 ◦ blue 249

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

Shades of Mauve #DFC1F9

Tints of Mauve #DFC1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.44%

R = 33.53%
G = 29.02%
B = 37.44%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFC1F9 (or 0xDFC1F9) is known color: Mauve. HEX triplet: DF, C1 and F9. RGB value is (223,193,249). Sum of RGB (Red+Green+Blue) = 223+193+249=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1F9 is #203E06. Grayscale: #D0D0D0. Windows color (decimal): -2113031 or 16368095. OLE color: 16368095.

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

Color convert

RGB 223 193 249 -
CMYK 0.10 0.22 0 0.02
HSL 272.14º 0.82% 0.87% -
HSV(B) 272.14º 0.22% 0.98% -
XYZ 66.6 60.67 97.82 -
YUV 208.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 223 193 249 0.10 0.22 0 0.02 272.14 0.82 0.87
Hex DF C1 F9 A 16 0 2 110 52 57
Octal 337 301 371 12 26 0 2 420 122 127
Binary 11011111 11000001 11111001 1010 10110 0 10 100010000 1010010 1010111

Color Harmonies of #DFC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1F9

Black with #DFC1F9

Text Example


Text Example

White with #DFC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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