#DDAEFC

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

Shades of Mauve #DDAEFC

Tints of Mauve #DDAEFC

Color information

#DDAEFC (or 0xDDAEFC) is unknown color: approx Mauve. HEX triplet: DD, AE and FC. RGB value is (221,174,252). Sum of RGB (Red+Green+Blue) = 221+174+252=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEFC is #225103. Grayscale: #C4C4C4. Windows color (decimal): -2248964 or 16559837. OLE color: 16559837.

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

Color convert

RGB221174252-
CMYK0.120.3100.01
HSL276.15º92.86%83.53%-
HSV(B)276.15º30.95%98.82%-
XYZ62.5352.6798.97-
YUV196.94159.07145.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=34.16%
G=26.89%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211742520.120.3100.01276.1592.8683.53
HexDDAEFCC1F011145d54
Octal335256374143701424135124
Binary1101110110101110111111001100111110110001010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEFC; }

 p { color: rgb(221,174,252); }

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

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

 a { background-color: rgb(221,174,252); }

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

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

 span { border-color: rgb(221,174,252); }

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