#D2AEDC

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

Shades of Prelude #D2AEDC

Tints of Prelude #D2AEDC

Color information

#D2AEDC (or 0xD2AEDC) is unknown color: approx Prelude. HEX triplet: D2, AE and DC. RGB value is (210,174,220). Sum of RGB (Red+Green+Blue) = 210+174+220=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEDC is #2D5123. Grayscale: #BDBDBD. Windows color (decimal): -2969892 or 14462674. OLE color: 14462674.

HSL color Cylindrical-coordinate representation of color #D2AEDC: hue angle of 286.96º 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 #D2AEDC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210174220-
CMYK0.050.2100.14
HSL286.96º39.66%77.25%-
HSV(B)286.96º20.91%86.27%-
XYZ54.6349.1474.32-
YUV190.01144.93142.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=34.77%
G=28.81%
B=36.42%

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
Decimal2101742200.050.2100.14286.9639.6677.25
HexD2AEDC5150E11f284d
Octal32225633452501643750115
Binary11010010101011101101110010110101011101000111111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEDC; }

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

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

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

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

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

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

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

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