#D1ADDD

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

Shades of Prelude #D1ADDD

Tints of Prelude #D1ADDD

Color information

#D1ADDD (or 0xD1ADDD) is unknown color: approx Prelude. HEX triplet: D1, AD and DD. RGB value is (209,173,221). Sum of RGB (Red+Green+Blue) = 209+173+221=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADDD is #2E5222. Grayscale: #BDBDBD. Windows color (decimal): -3035683 or 14527953. OLE color: 14527953.

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

Color convert

RGB209173221-
CMYK0.050.2200.13
HSL285º41.38%77.25%-
HSV(B)285º21.72%86.67%-
XYZ54.2948.6674.94-
YUV189.24145.93142.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=34.66%
G=28.69%
B=36.65%

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
Decimal2091732210.050.2200.1328541.3877.25
HexD1ADDD5160D11d294d
Octal32125533552601543551115
Binary11010001101011011101110110110110011011000111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADDD; }

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

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

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

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

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

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

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

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