#D1AFDE

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

Shades of Prelude #D1AFDE

Tints of Prelude #D1AFDE

Color information

#D1AFDE (or 0xD1AFDE) is unknown color: approx Prelude. HEX triplet: D1, AF and DE. RGB value is (209,175,222). Sum of RGB (Red+Green+Blue) = 209+175+222=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFDE is #2E5021. Grayscale: #BEBEBE. Windows color (decimal): -3035170 or 14594001. OLE color: 14594001.

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

Color convert

RGB209175222-
CMYK0.060.2100.13
HSL283.4º41.59%77.84%-
HSV(B)283.4º21.17%87.06%-
XYZ54.8149.4975.77-
YUV190.52145.76141.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.49%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=34.49%
G=28.88%
B=36.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091752220.060.2100.13283.441.5977.84
HexD1AFDE6150D11b2a4e
Octal32125733662501543352116
Binary11010001101011111101111011010101011011000110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFDE; }

 p { color: rgb(209,175,222); }

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

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

 a { background-color: rgb(209,175,222); }

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

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

 span { border-color: rgb(209,175,222); }

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