Html Css Color HEX #DFC0F1 Mauve

📋 copy color: '#DFC0F1'

red 223 ◦ green 192 ◦ blue 241

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

Shades of Mauve #DFC0F1

Tints of Mauve #DFC0F1

RGB

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

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

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

R = 33.99%
G = 29.27%
B = 36.74%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFC0F1 (or 0xDFC0F1) is known color: Mauve. HEX triplet: DF, C0 and F1. RGB value is (223,192,241). Sum of RGB (Red+Green+Blue) = 223+192+241=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0F1 is #203F0E. Grayscale: #CECECE. Windows color (decimal): -2113295 or 15843551. OLE color: 15843551.

HSL color Cylindrical-coordinate representation of color #DFC0F1: hue angle of 277.96º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC0F1 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 192 241 -
CMYK 0.07 0.20 0 0.05
HSL 277.96º 0.64% 0.85% -
HSV(B) 277.96º 0.2% 0.95% -
XYZ 65.16 59.74 91.32 -
YUV 206.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 223 192 241 0.07 0.20 0 0.05 277.96 0.64 0.85
Hex DF C0 F1 7 14 0 5 116 40 55
Octal 337 300 361 7 24 0 5 426 100 125
Binary 11011111 11000000 11110001 111 10100 0 101 100010110 1000000 1010101

Color Harmonies of #DFC0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0F1

Black with #DFC0F1

Text Example


Text Example

White with #DFC0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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