#DFC0FA

Color #DFC0FA Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DFC0FA

Tints of Mauve #DFC0FA

Color information

#DFC0FA (or 0xDFC0FA) is unknown color: approx Mauve. HEX triplet: DF, C0 and FA. RGB value is (223,192,250). Sum of RGB (Red+Green+Blue) = 223+192+250=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0FA is #203F05. Grayscale: #CFCFCF. Windows color (decimal): -2113286 or 16433375. OLE color: 16433375.

HSL color Cylindrical-coordinate representation of color #DFC0FA: hue angle of 272.07º 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 #DFC0FA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223192250-
CMYK0.110.2300.02
HSL272.07º85.29%86.67%-
HSV(B)272.07º23.2%98.04%-
XYZ66.5460.2998.57-
YUV207.88151.77138.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=33.53%
G=28.87%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231922500.110.2300.02272.0785.2986.67
HexDFC0FAB17021105557
Octal337300372132702420125127
Binary11011111110000001111101010111011101010001000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0FA; }

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

 H1.HeaderClassName
 {
   color: #DFC0FA;
 }
 .AnyTagClassName
 {
   color: #DFC0FA;
 }
</style>
background-color css

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

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

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

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

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

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