#DDC1FE

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

Shades of Mauve #DDC1FE

Tints of Mauve #DDC1FE

Color information

#DDC1FE (or 0xDDC1FE) is unknown color: approx Mauve. HEX triplet: DD, C1 and FE. RGB value is (221,193,254). Sum of RGB (Red+Green+Blue) = 221+193+254=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FE is #223E01. Grayscale: #D0D0D0. Windows color (decimal): -2244098 or 16695773. OLE color: 16695773.

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

Color convert

RGB221193254-
CMYK0.130.2400.00
HSL267.54º96.83%87.65%-
HSV(B)267.54º24.02%99.61%-
XYZ66.7860.67101.96-
YUV208.33153.78137.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 193 (75.78% from 255) = 28.89%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=33.08%
G=28.89%
B=38.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211932540.130.2400.00267.5496.8387.65
HexDDC1FED180010c6158
Octal335301376153000414141130
Binary1101110111000001111111101101110000010000110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1FE; }

 p { color: rgb(221,193,254); }

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

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

 a { background-color: rgb(221,193,254); }

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

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

 span { border-color: rgb(221,193,254); }

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