#D0AAD8

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

Shades of Prelude #D0AAD8

Tints of Prelude #D0AAD8

Color information

#D0AAD8 (or 0xD0AAD8) is unknown color: approx Prelude. HEX triplet: D0, AA and D8. RGB value is (208,170,216). Sum of RGB (Red+Green+Blue) = 208+170+216=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAD8 is #2F5527. Grayscale: #BABABA. Windows color (decimal): -3101992 or 14199504. OLE color: 14199504.

HSL color Cylindrical-coordinate representation of color #D0AAD8: hue angle of 289.57º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0AAD8 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208170216-
CMYK0.040.2100.15
HSL289.57º37.1%75.69%-
HSV(B)289.57º21.3%84.71%-
XYZ52.7847.1271.28-
YUV186.61144.59143.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=35.02%
G=28.62%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081702160.040.2100.15289.5737.175.69
HexD0AAD84150F122254c
Octal32025233042501744245114
Binary11010000101010101101100010010101011111001000101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAD8; }

 p { color: rgb(208,170,216); }

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

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

 a { background-color: rgb(208,170,216); }

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

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

 span { border-color: rgb(208,170,216); }

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