#DFC2FD

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

Shades of Mauve #DFC2FD

Tints of Mauve #DFC2FD

Color information

#DFC2FD (or 0xDFC2FD) is unknown color: approx Mauve. HEX triplet: DF, C2 and FD. RGB value is (223,194,253). Sum of RGB (Red+Green+Blue) = 223+194+253=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2FD is #203D02. Grayscale: #D1D1D1. Windows color (decimal): -2112771 or 16630495. OLE color: 16630495.

HSL color Cylindrical-coordinate representation of color #DFC2FD: hue angle of 269.49º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC2FD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223194253-
CMYK0.120.2300.01
HSL269.49º93.65%87.65%-
HSV(B)269.49º23.32%99.22%-
XYZ67.4561.36101.22-
YUV209.4152.61137.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 194 (76.17% from 255) = 28.96%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=33.28%
G=28.96%
B=37.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231942530.120.2300.01269.4993.6587.65
HexDFC2FDC170110d5e58
Octal337302375142701415136130
Binary1101111111000010111111011100101110110000110110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2FD; }

 p { color: rgb(223,194,253); }

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

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

 a { background-color: rgb(223,194,253); }

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

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

 span { border-color: rgb(223,194,253); }

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