Html Css Color HEX #DFC0F8 Mauve

📋 copy color: '#DFC0F8'

red 223 ◦ green 192 ◦ blue 248

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

Shades of Mauve #DFC0F8

Tints of Mauve #DFC0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.41%

R = 33.63%
G = 28.96%
B = 37.41%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFC0F8 (or 0xDFC0F8) is known color: Mauve. HEX triplet: DF, C0 and F8. RGB value is (223,192,248). Sum of RGB (Red+Green+Blue) = 223+192+248=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFC0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0F8 is #203F07. Grayscale: #CFCFCF. Windows color (decimal): -2113288 or 16302303. OLE color: 16302303.

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

Color convert

RGB 223 192 248 -
CMYK 0.10 0.23 0 0.03
HSL 273.21º 0.8% 0.86% -
HSV(B) 273.21º 0.23% 0.97% -
XYZ 66.22 60.16 96.93 -
YUV 207.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 223 192 248 0.10 0.23 0 0.03 273.21 0.8 0.86
Hex DF C0 F8 A 17 0 3 111 50 56
Octal 337 300 370 12 27 0 3 421 120 126
Binary 11011111 11000000 11111000 1010 10111 0 11 100010001 1010000 1010110

Color Harmonies of #DFC0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0F8

Black with #DFC0F8

Text Example


Text Example

White with #DFC0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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