#D1AFD9

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

Shades of Prelude #D1AFD9

Tints of Prelude #D1AFD9

Color information

#D1AFD9 (or 0xD1AFD9) is unknown color: approx Prelude. HEX triplet: D1, AF and D9. RGB value is (209,175,217). Sum of RGB (Red+Green+Blue) = 209+175+217=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFD9 is #2E5026. Grayscale: #BDBDBD. Windows color (decimal): -3035175 or 14266321. OLE color: 14266321.

HSL color Cylindrical-coordinate representation of color #D1AFD9: hue angle of 288.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AFD9 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209175217-
CMYK0.040.1900.15
HSL288.57º35.59%76.86%-
HSV(B)288.57º19.35%85.1%-
XYZ54.1549.2372.29-
YUV189.95143.26141.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=34.78%
G=29.12%
B=36.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091752170.040.1900.15288.5735.5976.86
HexD1AFD94130F121244d
Octal32125733142301744144115
Binary11010001101011111101100110010011011111001000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFD9; }

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

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

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

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

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

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

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

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