#D3AEDE

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

Shades of Prelude #D3AEDE

Tints of Prelude #D3AEDE

Color information

#D3AEDE (or 0xD3AEDE) is unknown color: approx Prelude. HEX triplet: D3, AE and DE. RGB value is (211,174,222). Sum of RGB (Red+Green+Blue) = 211+174+222=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEDE is #2C5121. Grayscale: #BEBEBE. Windows color (decimal): -2904354 or 14593747. OLE color: 14593747.

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

Color convert

RGB211174222-
CMYK0.050.2200.13
HSL286.25º42.11%77.65%-
HSV(B)286.25º21.62%87.06%-
XYZ55.1849.3975.73-
YUV190.53145.76142.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.76%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=34.76%
G=28.67%
B=36.57%

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
Decimal2111742220.050.2200.13286.2542.1177.65
HexD3AEDE5160D11e2a4e
Octal32325633652601543652116
Binary11010011101011101101111010110110011011000111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEDE; }

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

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

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

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

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

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

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

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