Shades of Prelude #D3ADDB
Tints of Prelude #D3ADDB
RGB
CMYK
RGB Variations
Color information
#D3ADDB (or 0xD3ADDB) is known color: Prelude. HEX triplet: D3, AD and DB. RGB value is (211,173,219). Sum of RGB (Red+Green+Blue) = 211+173+219=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADDB is #2C5224. Grayscale: #BDBDBD. Windows color (decimal): -2904613 or 14396883. OLE color: 14396883.
HSL color Cylindrical-coordinate representation of color #D3ADDB: hue angle of 289.57º 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 #D3ADDB is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 173 | 219 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.14 |
| HSL | 289.57º | 0.39% | 0.77% | - |
| HSV(B) | 289.57º | 0.21% | 0.86% | - |
| XYZ | 54.59 | 48.85 | 73.57 | - |
| YUV | 189.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 219 | 0.04 | 0.21 | 0 | 0.14 | 289.57 | 0.39 | 0.77 |
| Hex | D3 | AD | DB | 4 | 15 | 0 | E | 122 | 27 | 4D |
| Octal | 323 | 255 | 333 | 4 | 25 | 0 | 16 | 442 | 47 | 115 |
| Binary | 11010011 | 10101101 | 11011011 | 100 | 10101 | 0 | 1110 | 100100010 | 100111 | 1001101 |
Color Harmonies of #D3ADDB
Complementary color
Monochromatic Colors of #D3ADDB
Black with #D3ADDB
Text Example
Text Example
White with #D3ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADDB; }
p { color: rgb(211,173,219); }
H1.HeaderClassName
{
color: #D3ADDB;
}
.AnyTagClassName
{
color: #D3ADDB;
}
</style>
background-color css
<style>
a { background-color: #D3ADDB; }
a { background-color: rgb(211,173,219); }
div.DivClassName
{
background-color: #D3ADDB;
}
.BgClassName
{
background-color: #D3ADDB;
}
</style>
border-color css
<style>
span { border-color: #D3ADDB; }
span { border-color: rgb(211,173,219); }
td.TdClassName
{
border-color: #D3ADDB;
}
.TagClassName
{
border-color: #D3ADDB;
}
</style>