#DFC5FF

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

Shades of Mauve #DFC5FF

Tints of Mauve #DFC5FF

Color information

#DFC5FF (or 0xDFC5FF) is unknown color: approx Mauve. HEX triplet: DF, C5 and FF. RGB value is (223,197,255). Sum of RGB (Red+Green+Blue) = 223+197+255=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 197 (77.34% from 255 or 29.19% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5FF is #203A00. Grayscale: #D3D3D3. Windows color (decimal): -2112001 or 16762335. OLE color: 16762335.

HSL color Cylindrical-coordinate representation of color #DFC5FF: hue angle of 266.9º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC5FF is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223197255-
CMYK0.130.2300
HSL266.9º100%88.63%-
HSV(B)266.9º22.75%100%-
XYZ68.4562.84103.13-
YUV211.39152.61136.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 197 (77.34% from 255) = 29.19%
BLUE value IS 255 (100% from 255) = 37.78%
R=33.04%
G=29.19%
B=37.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231972550.130.2300266.910088.63
HexDFC5FFD170010b6459
Octal337305377152700413144131
Binary1101111111000101111111111101101110010000101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5FF; }

 p { color: rgb(223,197,255); }

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

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

 a { background-color: rgb(223,197,255); }

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

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

 span { border-color: rgb(223,197,255); }

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