#D3ACDD

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

Shades of Prelude #D3ACDD

Tints of Prelude #D3ACDD

Color information

#D3ACDD (or 0xD3ACDD) is unknown color: approx Prelude. HEX triplet: D3, AC and DD. RGB value is (211,172,221). Sum of RGB (Red+Green+Blue) = 211+172+221=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACDD is #2C5322. Grayscale: #BDBDBD. Windows color (decimal): -2904867 or 14527699. OLE color: 14527699.

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

Color convert

RGB211172221-
CMYK0.050.2200.13
HSL287.76º41.88%77.06%-
HSV(B)287.76º22.17%86.67%-
XYZ54.6748.5774.9-
YUV189.25145.92143.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=34.93%
G=28.48%
B=36.59%

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
Decimal2111722210.050.2200.13287.7641.8877.06
HexD3ACDD5160D1202a4d
Octal32325433552601544052115
Binary11010011101011001101110110110110011011001000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACDD; }

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

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

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

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

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

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

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

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