#DDAEFD

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

Shades of Mauve #DDAEFD

Tints of Mauve #DDAEFD

Color information

#DDAEFD (or 0xDDAEFD) is unknown color: approx Mauve. HEX triplet: DD, AE and FD. RGB value is (221,174,253). Sum of RGB (Red+Green+Blue) = 221+174+253=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEFD is #225102. Grayscale: #C4C4C4. Windows color (decimal): -2248963 or 16625373. OLE color: 16625373.

HSL color Cylindrical-coordinate representation of color #DDAEFD: hue angle of 275.7º degrees, saturation: 0.95, 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 #DDAEFD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221174253-
CMYK0.130.3100.01
HSL275.7º95.18%83.73%-
HSV(B)275.7º31.23%99.22%-
XYZ62.6852.7499.8-
YUV197.06159.57145.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=34.10%
G=26.85%
B=39.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211742530.130.3100.01275.795.1883.73
HexDDAEFDD1F011145f54
Octal335256375153701424137124
Binary1101110110101110111111011101111110110001010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEFD; }

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

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

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

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

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

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

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

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