#D1AED9

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

Shades of Prelude #D1AED9

Tints of Prelude #D1AED9

Color information

#D1AED9 (or 0xD1AED9) is unknown color: approx Prelude. HEX triplet: D1, AE and D9. RGB value is (209,174,217). Sum of RGB (Red+Green+Blue) = 209+174+217=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AED9 is #2E5126. Grayscale: #BDBDBD. Windows color (decimal): -3035431 or 14266065. OLE color: 14266065.

HSL color Cylindrical-coordinate representation of color #D1AED9: hue angle of 288.84º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1AED9 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209174217-
CMYK0.040.2000.15
HSL288.84º36.13%76.67%-
HSV(B)288.84º19.82%85.1%-
XYZ53.9548.8472.23-
YUV189.37143.6142-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=34.83%
G=29%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091742170.040.2000.15288.8436.1376.67
HexD1AED94140F121244d
Octal32125633142401744144115
Binary11010001101011101101100110010100011111001000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AED9; }

 p { color: rgb(209,174,217); }

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

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

 a { background-color: rgb(209,174,217); }

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

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

 span { border-color: rgb(209,174,217); }

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