Shades of Prelude #D1ADDB
Tints of Prelude #D1ADDB
RGB
CMYK
RGB Variations
Color information
#D1ADDB (or 0xD1ADDB) is known color: Prelude. HEX triplet: D1, AD and DB. RGB value is (209,173,219). Sum of RGB (Red+Green+Blue) = 209+173+219=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADDB is #2E5224. Grayscale: #BCBCBC. Windows color (decimal): -3035685 or 14396881. OLE color: 14396881.
HSL color Cylindrical-coordinate representation of color #D1ADDB: hue angle of 286.96º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1ADDB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 173 | 219 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.14 |
| HSL | 286.96º | 0.39% | 0.77% | - |
| HSV(B) | 286.96º | 0.21% | 0.86% | - |
| XYZ | 54.02 | 48.56 | 73.54 | - |
| YUV | 189.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 219 | 0.05 | 0.21 | 0 | 0.14 | 286.96 | 0.39 | 0.77 |
| Hex | D1 | AD | DB | 5 | 15 | 0 | E | 11F | 27 | 4D |
| Octal | 321 | 255 | 333 | 5 | 25 | 0 | 16 | 437 | 47 | 115 |
| Binary | 11010001 | 10101101 | 11011011 | 101 | 10101 | 0 | 1110 | 100011111 | 100111 | 1001101 |
Color Harmonies of #D1ADDB
Complementary color
Monochromatic Colors of #D1ADDB
Black with #D1ADDB
Text Example
Text Example
White with #D1ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADDB; }
p { color: rgb(209,173,219); }
H1.HeaderClassName
{
color: #D1ADDB;
}
.AnyTagClassName
{
color: #D1ADDB;
}
</style>
background-color css
<style>
a { background-color: #D1ADDB; }
a { background-color: rgb(209,173,219); }
div.DivClassName
{
background-color: #D1ADDB;
}
.BgClassName
{
background-color: #D1ADDB;
}
</style>
border-color css
<style>
span { border-color: #D1ADDB; }
span { border-color: rgb(209,173,219); }
td.TdClassName
{
border-color: #D1ADDB;
}
.TagClassName
{
border-color: #D1ADDB;
}
</style>