#D1AED8

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

Shades of Prelude #D1AED8

Tints of Prelude #D1AED8

Color information

#D1AED8 (or 0xD1AED8) is unknown color: approx Prelude. HEX triplet: D1, AE and D8. RGB value is (209,174,216). Sum of RGB (Red+Green+Blue) = 209+174+216=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AED8 is #2E5127. Grayscale: #BDBDBD. Windows color (decimal): -3035432 or 14200529. OLE color: 14200529.

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

Color convert

RGB209174216-
CMYK0.030.1900.15
HSL290º35%76.47%-
HSV(B)290º19.44%84.71%-
XYZ53.8348.7971.55-
YUV189.25143.1142.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 216 (84.77% from 255) = 36.06%
R=34.89%
G=29.05%
B=36.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091742160.030.1900.152903576.47
HexD1AED83130F122234c
Octal32125633032301744243114
Binary1101000110101110110110001110011011111001000101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AED8; }

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

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

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

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

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

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

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

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