#D2AEDB

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

Shades of Prelude #D2AEDB

Tints of Prelude #D2AEDB

Color information

#D2AEDB (or 0xD2AEDB) is unknown color: approx Prelude. HEX triplet: D2, AE and DB. RGB value is (210,174,219). Sum of RGB (Red+Green+Blue) = 210+174+219=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEDB is #2D5124. Grayscale: #BDBDBD. Windows color (decimal): -2969893 or 14397138. OLE color: 14397138.

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

Color convert

RGB210174219-
CMYK0.040.2100.14
HSL288º38.46%77.06%-
HSV(B)288º20.55%85.88%-
XYZ54.549.0973.62-
YUV189.89144.43142.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=34.83%
G=28.86%
B=36.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101742190.040.2100.1428838.4677.06
HexD2AEDB4150E120264d
Octal32225633342501644046115
Binary11010010101011101101101110010101011101001000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEDB; }

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

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

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

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

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

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

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

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