Shades of Prelude #D1C0DD
Tints of Prelude #D1C0DD
RGB
CMYK
RGB Variations
Color information
#D1C0DD (or 0xD1C0DD) is known color: Prelude. HEX triplet: D1, C0 and DD. RGB value is (209,192,221). Sum of RGB (Red+Green+Blue) = 209+192+221=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1C0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0DD is #2E3F22. Grayscale: #C8C8C8. Windows color (decimal): -3030819 or 14532817. OLE color: 14532817.
HSL color Cylindrical-coordinate representation of color #D1C0DD: hue angle of 275.17º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1C0DD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 192 | 221 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.13 |
| HSL | 275.17º | 0.3% | 0.81% | - |
| HSV(B) | 275.17º | 0.13% | 0.87% | - |
| XYZ | 58.2 | 56.48 | 76.24 | - |
| YUV | 200.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 221 | 0.05 | 0.13 | 0 | 0.13 | 275.17 | 0.3 | 0.81 |
| Hex | D1 | C0 | DD | 5 | D | 0 | D | 113 | 1E | 51 |
| Octal | 321 | 300 | 335 | 5 | 15 | 0 | 15 | 423 | 36 | 121 |
| Binary | 11010001 | 11000000 | 11011101 | 101 | 1101 | 0 | 1101 | 100010011 | 11110 | 1010001 |
Color Harmonies of #D1C0DD
Complementary color
Monochromatic Colors of #D1C0DD
Black with #D1C0DD
Text Example
Text Example
White with #D1C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0DD; }
p { color: rgb(209,192,221); }
H1.HeaderClassName
{
color: #D1C0DD;
}
.AnyTagClassName
{
color: #D1C0DD;
}
</style>
background-color css
<style>
a { background-color: #D1C0DD; }
a { background-color: rgb(209,192,221); }
div.DivClassName
{
background-color: #D1C0DD;
}
.BgClassName
{
background-color: #D1C0DD;
}
</style>
border-color css
<style>
span { border-color: #D1C0DD; }
span { border-color: rgb(209,192,221); }
td.TdClassName
{
border-color: #D1C0DD;
}
.TagClassName
{
border-color: #D1C0DD;
}
</style>