#D1AFDD

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

Shades of Prelude #D1AFDD

Tints of Prelude #D1AFDD

Color information

#D1AFDD (or 0xD1AFDD) is unknown color: approx Prelude. HEX triplet: D1, AF and DD. RGB value is (209,175,221). Sum of RGB (Red+Green+Blue) = 209+175+221=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFDD is #2E5022. Grayscale: #BEBEBE. Windows color (decimal): -3035171 or 14528465. OLE color: 14528465.

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

Color convert

RGB209175221-
CMYK0.050.2100.13
HSL284.35º40.35%77.65%-
HSV(B)284.35º20.81%86.67%-
XYZ54.6849.4475.07-
YUV190.41145.26141.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=34.55%
G=28.93%
B=36.53%

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
Decimal2091752210.050.2100.13284.3540.3577.65
HexD1AFDD5150D11c284e
Octal32125733552501543450116
Binary11010001101011111101110110110101011011000111001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFDD; }

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

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

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

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

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

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

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

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