#D4AEDB

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

Shades of Prelude #D4AEDB

Tints of Prelude #D4AEDB

Color information

#D4AEDB (or 0xD4AEDB) is unknown color: approx Prelude. HEX triplet: D4, AE and DB. RGB value is (212,174,219). Sum of RGB (Red+Green+Blue) = 212+174+219=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEDB is #2B5124. Grayscale: #BEBEBE. Windows color (decimal): -2838821 or 14397140. OLE color: 14397140.

HSL color Cylindrical-coordinate representation of color #D4AEDB: hue angle of 290.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4AEDB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212174219-
CMYK0.030.2100.14
HSL290.67º38.46%77.06%-
HSV(B)290.67º20.55%85.88%-
XYZ55.0749.3873.65-
YUV190.49144.09143.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=35.04%
G=28.76%
B=36.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121742190.030.2100.14290.6738.4677.06
HexD4AEDB3150E123264d
Octal32425633332501644346115
Binary1101010010101110110110111110101011101001000111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEDB; }

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

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

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

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

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

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

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

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