Shades of Prelude #D5ADDD
Tints of Prelude #D5ADDD
RGB
CMYK
RGB Variations
Color information
#D5ADDD (or 0xD5ADDD) is known color: Prelude. HEX triplet: D5, AD and DD. RGB value is (213,173,221). Sum of RGB (Red+Green+Blue) = 213+173+221=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDD is #2A5222. Grayscale: #BEBEBE. Windows color (decimal): -2773539 or 14527957. OLE color: 14527957.
HSL color Cylindrical-coordinate representation of color #D5ADDD: hue angle of 290º 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 #D5ADDD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 173 | 221 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.13 |
| HSL | 290º | 0.41% | 0.77% | - |
| HSV(B) | 290º | 0.22% | 0.87% | - |
| XYZ | 55.44 | 49.25 | 74.99 | - |
| YUV | 190.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 221 | 0.04 | 0.22 | 0 | 0.13 | 290 | 0.41 | 0.77 |
| Hex | D5 | AD | DD | 4 | 16 | 0 | D | 122 | 29 | 4D |
| Octal | 325 | 255 | 335 | 4 | 26 | 0 | 15 | 442 | 51 | 115 |
| Binary | 11010101 | 10101101 | 11011101 | 100 | 10110 | 0 | 1101 | 100100010 | 101001 | 1001101 |
Color Harmonies of #D5ADDD
Complementary color
Monochromatic Colors of #D5ADDD
Black with #D5ADDD
Text Example
Text Example
White with #D5ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADDD; }
p { color: rgb(213,173,221); }
H1.HeaderClassName
{
color: #D5ADDD;
}
.AnyTagClassName
{
color: #D5ADDD;
}
</style>
background-color css
<style>
a { background-color: #D5ADDD; }
a { background-color: rgb(213,173,221); }
div.DivClassName
{
background-color: #D5ADDD;
}
.BgClassName
{
background-color: #D5ADDD;
}
</style>
border-color css
<style>
span { border-color: #D5ADDD; }
span { border-color: rgb(213,173,221); }
td.TdClassName
{
border-color: #D5ADDD;
}
.TagClassName
{
border-color: #D5ADDD;
}
</style>