#D0AEDA

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

Shades of Prelude #D0AEDA

Tints of Prelude #D0AEDA

Color information

#D0AEDA (or 0xD0AEDA) is unknown color: approx Prelude. HEX triplet: D0, AE and DA. RGB value is (208,174,218). Sum of RGB (Red+Green+Blue) = 208+174+218=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEDA is #2F5125. Grayscale: #BDBDBD. Windows color (decimal): -3100966 or 14331600. OLE color: 14331600.

HSL color Cylindrical-coordinate representation of color #D0AEDA: hue angle of 286.36º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0AEDA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208174218-
CMYK0.050.2000.15
HSL286.36º37.29%76.86%-
HSV(B)286.36º20.18%85.49%-
XYZ53.848.7472.9-
YUV189.18144.26141.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=34.67%
G=29%
B=36.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081742180.050.2000.15286.3637.2976.86
HexD0AEDA5140F11e254d
Octal32025633252401743645115
Binary11010000101011101101101010110100011111000111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AEDA; }

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

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

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

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

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

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

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

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