#D4AEDD

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

Shades of Prelude #D4AEDD

Tints of Prelude #D4AEDD

Color information

#D4AEDD (or 0xD4AEDD) is unknown color: approx Prelude. HEX triplet: D4, AE and DD. RGB value is (212,174,221). Sum of RGB (Red+Green+Blue) = 212+174+221=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEDD is #2B5122. Grayscale: #BEBEBE. Windows color (decimal): -2838819 or 14528212. OLE color: 14528212.

HSL color Cylindrical-coordinate representation of color #D4AEDD: hue angle of 288.51º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4AEDD is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212174221-
CMYK0.040.2100.13
HSL288.51º40.87%77.45%-
HSV(B)288.51º21.27%86.67%-
XYZ55.3449.4975.04-
YUV190.72145.09143.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=34.93%
G=28.67%
B=36.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121742210.040.2100.13288.5140.8777.45
HexD4AEDD4150D121294d
Octal32425633542501544151115
Binary11010100101011101101110110010101011011001000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEDD; }

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

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

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

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

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

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

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

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