#D4ADE0

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

Shades of Prelude #D4ADE0

Tints of Prelude #D4ADE0

Color information

#D4ADE0 (or 0xD4ADE0) is unknown color: approx Prelude. HEX triplet: D4, AD and E0. RGB value is (212,173,224). Sum of RGB (Red+Green+Blue) = 212+173+224=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADE0 is #2B521F. Grayscale: #BEBEBE. Windows color (decimal): -2839072 or 14724564. OLE color: 14724564.

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

Color convert

RGB212173224-
CMYK0.050.2300.12
HSL285.88º45.13%77.84%-
HSV(B)285.88º22.77%87.84%-
XYZ55.5549.2777.1-
YUV190.48146.92143.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.81%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=34.81%
G=28.41%
B=36.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121732240.050.2300.12285.8845.1377.84
HexD4ADE05170C11e2d4e
Octal32425534052701443655116
Binary11010100101011011110000010110111011001000111101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADE0; }

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

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

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

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

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

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

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

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