#D0AEDC

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

Shades of Prelude #D0AEDC

Tints of Prelude #D0AEDC

Color information

#D0AEDC (or 0xD0AEDC) is unknown color: approx Prelude. HEX triplet: D0, AE and DC. RGB value is (208,174,220). Sum of RGB (Red+Green+Blue) = 208+174+220=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEDC is #2F5123. Grayscale: #BDBDBD. Windows color (decimal): -3100964 or 14462672. OLE color: 14462672.

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

Color convert

RGB208174220-
CMYK0.050.2100.14
HSL284.35º39.66%77.25%-
HSV(B)284.35º20.91%86.27%-
XYZ54.0748.8574.29-
YUV189.41145.26141.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=34.55%
G=28.90%
B=36.54%

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
Decimal2081742200.050.2100.14284.3539.6677.25
HexD0AEDC5150E11c284d
Octal32025633452501643450115
Binary11010000101011101101110010110101011101000111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AEDC; }

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

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

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

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

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

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

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

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