Shades of Prelude #D3C0DB
Tints of Prelude #D3C0DB
RGB
CMYK
RGB Variations
Color information
#D3C0DB (or 0xD3C0DB) is known color: Prelude. HEX triplet: D3, C0 and DB. RGB value is (211,192,219). Sum of RGB (Red+Green+Blue) = 211+192+219=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C0DB is #2C3F24. Grayscale: #C8C8C8. Windows color (decimal): -2899749 or 14401747. OLE color: 14401747.
HSL color Cylindrical-coordinate representation of color #D3C0DB: hue angle of 282.22º 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 #D3C0DB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 192 | 219 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.14 |
| HSL | 282.22º | 0.27% | 0.81% | - |
| HSV(B) | 282.22º | 0.12% | 0.86% | - |
| XYZ | 58.5 | 56.66 | 74.87 | - |
| YUV | 200.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 219 | 0.04 | 0.12 | 0 | 0.14 | 282.22 | 0.27 | 0.81 |
| Hex | D3 | C0 | DB | 4 | C | 0 | E | 11A | 1B | 51 |
| Octal | 323 | 300 | 333 | 4 | 14 | 0 | 16 | 432 | 33 | 121 |
| Binary | 11010011 | 11000000 | 11011011 | 100 | 1100 | 0 | 1110 | 100011010 | 11011 | 1010001 |
Color Harmonies of #D3C0DB
Complementary color
Monochromatic Colors of #D3C0DB
Black with #D3C0DB
Text Example
Text Example
White with #D3C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0DB; }
p { color: rgb(211,192,219); }
H1.HeaderClassName
{
color: #D3C0DB;
}
.AnyTagClassName
{
color: #D3C0DB;
}
</style>
background-color css
<style>
a { background-color: #D3C0DB; }
a { background-color: rgb(211,192,219); }
div.DivClassName
{
background-color: #D3C0DB;
}
.BgClassName
{
background-color: #D3C0DB;
}
</style>
border-color css
<style>
span { border-color: #D3C0DB; }
span { border-color: rgb(211,192,219); }
td.TdClassName
{
border-color: #D3C0DB;
}
.TagClassName
{
border-color: #D3C0DB;
}
</style>