#D2AEDD

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

Shades of Prelude #D2AEDD

Tints of Prelude #D2AEDD

Color information

#D2AEDD (or 0xD2AEDD) is unknown color: approx Prelude. HEX triplet: D2, AE and DD. RGB value is (210,174,221). Sum of RGB (Red+Green+Blue) = 210+174+221=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEDD is #2D5122. Grayscale: #BDBDBD. Windows color (decimal): -2969891 or 14528210. OLE color: 14528210.

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

Color convert

RGB210174221-
CMYK0.050.2100.13
HSL285.96º40.87%77.45%-
HSV(B)285.96º21.27%86.67%-
XYZ54.7749.1975.02-
YUV190.12145.43142.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=34.71%
G=28.76%
B=36.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101742210.050.2100.13285.9640.8777.45
HexD2AEDD5150D11e294d
Octal32225633552501543651115
Binary11010010101011101101110110110101011011000111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEDD; }

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

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

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

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

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

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

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

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