Html Css Color HEX #DFC0F9 Mauve

📋 copy color: '#DFC0F9'

red 223 ◦ green 192 ◦ blue 249

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

Shades of Mauve #DFC0F9

Tints of Mauve #DFC0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.92%

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

R = 33.58%
G = 28.92%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFC0F9 (or 0xDFC0F9) is known color: Mauve. HEX triplet: DF, C0 and F9. RGB value is (223,192,249). Sum of RGB (Red+Green+Blue) = 223+192+249=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0F9 is #203F06. Grayscale: #CFCFCF. Windows color (decimal): -2113287 or 16367839. OLE color: 16367839.

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

Color convert

RGB 223 192 249 -
CMYK 0.10 0.23 0 0.02
HSL 272.63º 0.83% 0.86% -
HSV(B) 272.63º 0.23% 0.98% -
XYZ 66.38 60.23 97.75 -
YUV 207.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 223 192 249 0.10 0.23 0 0.02 272.63 0.83 0.86
Hex DF C0 F9 A 17 0 2 111 53 56
Octal 337 300 371 12 27 0 2 421 123 126
Binary 11011111 11000000 11111001 1010 10111 0 10 100010001 1010011 1010110

Color Harmonies of #DFC0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0F9

Black with #DFC0F9

Text Example


Text Example

White with #DFC0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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