#DDAEE3

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

Shades of Plum #DDAEE3

Tints of Plum #DDAEE3

Color information

#DDAEE3 (or 0xDDAEE3) is unknown color: approx Plum. HEX triplet: DD, AE and E3. RGB value is (221,174,227). Sum of RGB (Red+Green+Blue) = 221+174+227=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEE3 is #22511C. Grayscale: #C1C1C1. Windows color (decimal): -2248989 or 14921437. OLE color: 14921437.

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

Color convert

RGB221174227-
CMYK0.030.2300.11
HSL293.21º48.62%78.63%-
HSV(B)293.21º23.35%89.02%-
XYZ58.8251.1979.45-
YUV194.09146.57147.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 227 (89.06% from 255) = 36.50%
R=35.53%
G=27.97%
B=36.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211742270.030.2300.11293.2148.6278.63
HexDDAEE33170B125314f
Octal33525634332701344561117
Binary1101110110101110111000111110111010111001001011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEE3; }

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

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

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

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

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

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

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

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