#D0AAD7

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

Shades of Prelude #D0AAD7

Tints of Prelude #D0AAD7

Color information

#D0AAD7 (or 0xD0AAD7) is unknown color: approx Prelude. HEX triplet: D0, AA and D7. RGB value is (208,170,215). Sum of RGB (Red+Green+Blue) = 208+170+215=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAD7 is #2F5528. Grayscale: #BABABA. Windows color (decimal): -3101993 or 14133968. OLE color: 14133968.

HSL color Cylindrical-coordinate representation of color #D0AAD7: hue angle of 290.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0AAD7 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208170215-
CMYK0.030.2100.16
HSL290.67º36%75.49%-
HSV(B)290.67º20.93%84.31%-
XYZ52.6547.0770.6-
YUV186.49144.09143.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=35.08%
G=28.67%
B=36.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081702150.030.2100.16290.673675.49
HexD0AAD7315010123244b
Octal32025232732502044344113
Binary11010000101010101101011111101010100001001000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAD7; }

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

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

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

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

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

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

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

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