#D1AEDC

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

Shades of Prelude #D1AEDC

Tints of Prelude #D1AEDC

Color information

#D1AEDC (or 0xD1AEDC) is unknown color: approx Prelude. HEX triplet: D1, AE and DC. RGB value is (209,174,220). Sum of RGB (Red+Green+Blue) = 209+174+220=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEDC is #2E5123. Grayscale: #BDBDBD. Windows color (decimal): -3035428 or 14462673. OLE color: 14462673.

HSL color Cylindrical-coordinate representation of color #D1AEDC: hue angle of 285.65º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1AEDC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209174220-
CMYK0.050.2100.14
HSL285.65º39.66%77.25%-
HSV(B)285.65º20.91%86.27%-
XYZ54.3548.9974.3-
YUV189.71145.1141.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=34.66%
G=28.86%
B=36.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091742200.050.2100.14285.6539.6677.25
HexD1AEDC5150E11e284d
Octal32125633452501643650115
Binary11010001101011101101110010110101011101000111101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEDC; }

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

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

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

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

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

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

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

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