#D4ACDD

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

Shades of Prelude #D4ACDD

Tints of Prelude #D4ACDD

Color information

#D4ACDD (or 0xD4ACDD) is unknown color: approx Prelude. HEX triplet: D4, AC and DD. RGB value is (212,172,221). Sum of RGB (Red+Green+Blue) = 212+172+221=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDD is #2B5322. Grayscale: #BDBDBD. Windows color (decimal): -2839331 or 14527700. OLE color: 14527700.

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

Color convert

RGB212172221-
CMYK0.040.2200.13
HSL288.98º41.88%77.06%-
HSV(B)288.98º22.17%86.67%-
XYZ54.9648.7274.91-
YUV189.55145.75144.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=35.04%
G=28.43%
B=36.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121722210.040.2200.13288.9841.8877.06
HexD4ACDD4160D1212a4d
Octal32425433542601544152115
Binary11010100101011001101110110010110011011001000011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACDD; }

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

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

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

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

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

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

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

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