Shades of Prelude #D3ADDF
Tints of Prelude #D3ADDF
RGB
CMYK
RGB Variations
Color information
#D3ADDF (or 0xD3ADDF) is known color: Prelude. HEX triplet: D3, AD and DF. RGB value is (211,173,223). Sum of RGB (Red+Green+Blue) = 211+173+223=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADDF is #2C5220. Grayscale: #BDBDBD. Windows color (decimal): -2904609 or 14659027. OLE color: 14659027.
HSL color Cylindrical-coordinate representation of color #D3ADDF: hue angle of 285.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3ADDF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 173 | 223 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.13 |
| HSL | 285.6º | 0.44% | 0.78% | - |
| HSV(B) | 285.6º | 0.22% | 0.87% | - |
| XYZ | 55.13 | 49.06 | 76.38 | - |
| YUV | 190.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 223 | 0.05 | 0.22 | 0 | 0.13 | 285.6 | 0.44 | 0.78 |
| Hex | D3 | AD | DF | 5 | 16 | 0 | D | 11E | 2C | 4E |
| Octal | 323 | 255 | 337 | 5 | 26 | 0 | 15 | 436 | 54 | 116 |
| Binary | 11010011 | 10101101 | 11011111 | 101 | 10110 | 0 | 1101 | 100011110 | 101100 | 1001110 |
Color Harmonies of #D3ADDF
Complementary color
Monochromatic Colors of #D3ADDF
Black with #D3ADDF
Text Example
Text Example
White with #D3ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADDF; }
p { color: rgb(211,173,223); }
H1.HeaderClassName
{
color: #D3ADDF;
}
.AnyTagClassName
{
color: #D3ADDF;
}
</style>
background-color css
<style>
a { background-color: #D3ADDF; }
a { background-color: rgb(211,173,223); }
div.DivClassName
{
background-color: #D3ADDF;
}
.BgClassName
{
background-color: #D3ADDF;
}
</style>
border-color css
<style>
span { border-color: #D3ADDF; }
span { border-color: rgb(211,173,223); }
td.TdClassName
{
border-color: #D3ADDF;
}
.TagClassName
{
border-color: #D3ADDF;
}
</style>