Shades of Prelude #D4ADDB
Tints of Prelude #D4ADDB
RGB
CMYK
RGB Variations
Color information
#D4ADDB (or 0xD4ADDB) is known color: Prelude. HEX triplet: D4, AD and DB. RGB value is (212,173,219). Sum of RGB (Red+Green+Blue) = 212+173+219=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADDB is #2B5224. Grayscale: #BDBDBD. Windows color (decimal): -2839077 or 14396884. OLE color: 14396884.
HSL color Cylindrical-coordinate representation of color #D4ADDB: hue angle of 290.87º 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 #D4ADDB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 173 | 219 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.14 |
| HSL | 290.87º | 0.39% | 0.77% | - |
| HSV(B) | 290.87º | 0.21% | 0.86% | - |
| XYZ | 54.88 | 49 | 73.58 | - |
| YUV | 189.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 219 | 0.03 | 0.21 | 0 | 0.14 | 290.87 | 0.39 | 0.77 |
| Hex | D4 | AD | DB | 3 | 15 | 0 | E | 123 | 27 | 4D |
| Octal | 324 | 255 | 333 | 3 | 25 | 0 | 16 | 443 | 47 | 115 |
| Binary | 11010100 | 10101101 | 11011011 | 11 | 10101 | 0 | 1110 | 100100011 | 100111 | 1001101 |
Color Harmonies of #D4ADDB
Complementary color
Monochromatic Colors of #D4ADDB
Black with #D4ADDB
Text Example
Text Example
White with #D4ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADDB; }
p { color: rgb(212,173,219); }
H1.HeaderClassName
{
color: #D4ADDB;
}
.AnyTagClassName
{
color: #D4ADDB;
}
</style>
background-color css
<style>
a { background-color: #D4ADDB; }
a { background-color: rgb(212,173,219); }
div.DivClassName
{
background-color: #D4ADDB;
}
.BgClassName
{
background-color: #D4ADDB;
}
</style>
border-color css
<style>
span { border-color: #D4ADDB; }
span { border-color: rgb(212,173,219); }
td.TdClassName
{
border-color: #D4ADDB;
}
.TagClassName
{
border-color: #D4ADDB;
}
</style>