#D4AEDE

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

Shades of Prelude #D4AEDE

Tints of Prelude #D4AEDE

Color information

#D4AEDE (or 0xD4AEDE) is unknown color: approx Prelude. HEX triplet: D4, AE and DE. RGB value is (212,174,222). Sum of RGB (Red+Green+Blue) = 212+174+222=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEDE is #2B5121. Grayscale: #BEBEBE. Windows color (decimal): -2838818 or 14593748. OLE color: 14593748.

HSL color Cylindrical-coordinate representation of color #D4AEDE: hue angle of 287.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4AEDE is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212174222-
CMYK0.050.2200.13
HSL287.5º42.11%77.65%-
HSV(B)287.5º21.62%87.06%-
XYZ55.4749.5475.75-
YUV190.83145.59143.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=34.87%
G=28.62%
B=36.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121742220.050.2200.13287.542.1177.65
HexD4AEDE5160D1202a4e
Octal32425633652601544052116
Binary11010100101011101101111010110110011011001000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEDE; }

 p { color: rgb(212,174,222); }

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

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

 a { background-color: rgb(212,174,222); }

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

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

 span { border-color: rgb(212,174,222); }

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