Shades of Prelude #D0C0DB
Tints of Prelude #D0C0DB
RGB
CMYK
RGB Variations
Color information
#D0C0DB (or 0xD0C0DB) is known color: Prelude. HEX triplet: D0, C0 and DB. RGB value is (208,192,219). Sum of RGB (Red+Green+Blue) = 208+192+219=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0DB is #2F3F24. Grayscale: #C7C7C7. Windows color (decimal): -3096357 or 14401744. OLE color: 14401744.
HSL color Cylindrical-coordinate representation of color #D0C0DB: hue angle of 275.56º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0C0DB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 192 | 219 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.14 |
| HSL | 275.56º | 0.27% | 0.81% | - |
| HSV(B) | 275.56º | 0.12% | 0.86% | - |
| XYZ | 57.65 | 56.22 | 74.83 | - |
| YUV | 199.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 219 | 0.05 | 0.12 | 0 | 0.14 | 275.56 | 0.27 | 0.81 |
| Hex | D0 | C0 | DB | 5 | C | 0 | E | 114 | 1B | 51 |
| Octal | 320 | 300 | 333 | 5 | 14 | 0 | 16 | 424 | 33 | 121 |
| Binary | 11010000 | 11000000 | 11011011 | 101 | 1100 | 0 | 1110 | 100010100 | 11011 | 1010001 |
Color Harmonies of #D0C0DB
Complementary color
Monochromatic Colors of #D0C0DB
Black with #D0C0DB
Text Example
Text Example
White with #D0C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0DB; }
p { color: rgb(208,192,219); }
H1.HeaderClassName
{
color: #D0C0DB;
}
.AnyTagClassName
{
color: #D0C0DB;
}
</style>
background-color css
<style>
a { background-color: #D0C0DB; }
a { background-color: rgb(208,192,219); }
div.DivClassName
{
background-color: #D0C0DB;
}
.BgClassName
{
background-color: #D0C0DB;
}
</style>
border-color css
<style>
span { border-color: #D0C0DB; }
span { border-color: rgb(208,192,219); }
td.TdClassName
{
border-color: #D0C0DB;
}
.TagClassName
{
border-color: #D0C0DB;
}
</style>