#DDAFE3

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

Shades of Plum #DDAFE3

Tints of Plum #DDAFE3

Color information

#DDAFE3 (or 0xDDAFE3) is unknown color: approx Plum. HEX triplet: DD, AF and E3. RGB value is (221,175,227). Sum of RGB (Red+Green+Blue) = 221+175+227=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE3 is #22501C. Grayscale: #C2C2C2. Windows color (decimal): -2248733 or 14921693. OLE color: 14921693.

HSL color Cylindrical-coordinate representation of color #DDAFE3: hue angle of 293.08º degrees, saturation: 0.48, 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 #DDAFE3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221175227-
CMYK0.030.2300.11
HSL293.08º48.15%78.82%-
HSV(B)293.08º22.91%89.02%-
XYZ59.0151.5879.52-
YUV194.68146.24146.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=35.47%
G=28.09%
B=36.44%

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
Decimal2211752270.030.2300.11293.0848.1578.82
HexDDAFE33170B125304f
Octal33525734332701344560117
Binary1101110110101111111000111110111010111001001011100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFE3; }

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

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

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

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

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

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

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

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