#D3AEDD

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

Shades of Prelude #D3AEDD

Tints of Prelude #D3AEDD

Color information

#D3AEDD (or 0xD3AEDD) is unknown color: approx Prelude. HEX triplet: D3, AE and DD. RGB value is (211,174,221). Sum of RGB (Red+Green+Blue) = 211+174+221=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEDD is #2C5122. Grayscale: #BEBEBE. Windows color (decimal): -2904355 or 14528211. OLE color: 14528211.

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

Color convert

RGB211174221-
CMYK0.050.2100.13
HSL287.23º40.87%77.45%-
HSV(B)287.23º21.27%86.67%-
XYZ55.0549.3475.03-
YUV190.42145.26142.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=34.82%
G=28.71%
B=36.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111742210.050.2100.13287.2340.8777.45
HexD3AEDD5150D11f294d
Octal32325633552501543751115
Binary11010011101011101101110110110101011011000111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEDD; }

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

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

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

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

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

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

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

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