#D3ACDE

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

Shades of Prelude #D3ACDE

Tints of Prelude #D3ACDE

Color information

#D3ACDE (or 0xD3ACDE) is unknown color: approx Prelude. HEX triplet: D3, AC and DE. RGB value is (211,172,222). Sum of RGB (Red+Green+Blue) = 211+172+222=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACDE is #2C5321. Grayscale: #BDBDBD. Windows color (decimal): -2904866 or 14593235. OLE color: 14593235.

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

Color convert

RGB211172222-
CMYK0.050.2300.13
HSL286.8º43.1%77.25%-
HSV(B)286.8º22.52%87.06%-
XYZ54.848.6375.61-
YUV189.36146.42143.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=34.88%
G=28.43%
B=36.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111722220.050.2300.13286.843.177.25
HexD3ACDE5170D11f2b4d
Octal32325433652701543753115
Binary11010011101011001101111010110111011011000111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACDE; }

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

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

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

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

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

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

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

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