#DFC4FF

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

Shades of Mauve #DFC4FF

Tints of Mauve #DFC4FF

Color information

#DFC4FF (or 0xDFC4FF) is unknown color: approx Mauve. HEX triplet: DF, C4 and FF. RGB value is (223,196,255). Sum of RGB (Red+Green+Blue) = 223+196+255=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4FF is #203B00. Grayscale: #D2D2D2. Windows color (decimal): -2112257 or 16762079. OLE color: 16762079.

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

Color convert

RGB223196255-
CMYK0.130.2300
HSL267.46º100%88.43%-
HSV(B)267.46º23.14%100%-
XYZ68.2262.39103.05-
YUV210.8152.95136.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.09%
GREEN value IS 196 (76.95% from 255) = 29.08%
BLUE value IS 255 (100% from 255) = 37.83%
R=33.09%
G=29.08%
B=37.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231962550.130.2300267.4610088.43
HexDFC4FFD170010b6458
Octal337304377152700413144130
Binary1101111111000100111111111101101110010000101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4FF; }

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

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

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

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

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

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

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

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