#D3AEDF

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

Shades of Prelude #D3AEDF

Tints of Prelude #D3AEDF

Color information

#D3AEDF (or 0xD3AEDF) is unknown color: approx Prelude. HEX triplet: D3, AE and DF. RGB value is (211,174,223). Sum of RGB (Red+Green+Blue) = 211+174+223=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEDF is #2C5120. Grayscale: #BEBEBE. Windows color (decimal): -2904353 or 14659283. OLE color: 14659283.

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

Color convert

RGB211174223-
CMYK0.050.2200.13
HSL285.31º43.36%77.84%-
HSV(B)285.31º21.97%87.45%-
XYZ55.3249.4576.44-
YUV190.65146.26142.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.70%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=34.70%
G=28.62%
B=36.68%

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
Decimal2111742230.050.2200.13285.3143.3677.84
HexD3AEDF5160D11d2b4e
Octal32325633752601543553116
Binary11010011101011101101111110110110011011000111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEDF; }

 p { color: rgb(211,174,223); }

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

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

 a { background-color: rgb(211,174,223); }

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

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

 span { border-color: rgb(211,174,223); }

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