#D0ADE0

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

Shades of Prelude #D0ADE0

Tints of Prelude #D0ADE0

Color information

#D0ADE0 (or 0xD0ADE0) is unknown color: approx Prelude. HEX triplet: D0, AD and E0. RGB value is (208,173,224). Sum of RGB (Red+Green+Blue) = 208+173+224=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADE0 is #2F521F. Grayscale: #BDBDBD. Windows color (decimal): -3101216 or 14724560. OLE color: 14724560.

HSL color Cylindrical-coordinate representation of color #D0ADE0: hue angle of 281.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0ADE0 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208173224-
CMYK0.070.2300.12
HSL281.18º45.13%77.84%-
HSV(B)281.18º22.77%87.84%-
XYZ54.4148.6877.05-
YUV189.28147.6141.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=34.38%
G=28.60%
B=37.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081732240.070.2300.12281.1845.1377.84
HexD0ADE07170C1192d4e
Octal32025534072701443155116
Binary11010000101011011110000011110111011001000110011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADE0; }

 p { color: rgb(208,173,224); }

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

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

 a { background-color: rgb(208,173,224); }

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

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

 span { border-color: rgb(208,173,224); }

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