#D0AED7

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

Shades of Prelude #D0AED7

Tints of Prelude #D0AED7

Color information

#D0AED7 (or 0xD0AED7) is unknown color: approx Prelude. HEX triplet: D0, AE and D7. RGB value is (208,174,215). Sum of RGB (Red+Green+Blue) = 208+174+215=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AED7 is #2F5128. Grayscale: #BCBCBC. Windows color (decimal): -3100969 or 14134992. OLE color: 14134992.

HSL color Cylindrical-coordinate representation of color #D0AED7: hue angle of 289.76º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0AED7 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208174215-
CMYK0.030.1900.16
HSL289.76º33.88%76.27%-
HSV(B)289.76º19.07%84.31%-
XYZ53.4148.5970.85-
YUV188.84142.76141.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=34.84%
G=29.15%
B=36.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081742150.030.1900.16289.7633.8876.27
HexD0AED7313010122224c
Octal32025632732302044242114
Binary11010000101011101101011111100110100001001000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AED7; }

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

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

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

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

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

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

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

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