Shades of Prelude #D1C0DA
Tints of Prelude #D1C0DA
RGB
CMYK
RGB Variations
Color information
#D1C0DA (or 0xD1C0DA) is known color: Prelude. HEX triplet: D1, C0 and DA. RGB value is (209,192,218). Sum of RGB (Red+Green+Blue) = 209+192+218=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1C0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0DA is #2E3F25. Grayscale: #C7C7C7. Windows color (decimal): -3030822 or 14336209. OLE color: 14336209.
HSL color Cylindrical-coordinate representation of color #D1C0DA: hue angle of 279.23º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1C0DA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 192 | 218 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.15 |
| HSL | 279.23º | 0.26% | 0.8% | - |
| HSV(B) | 279.23º | 0.12% | 0.85% | - |
| XYZ | 57.8 | 56.32 | 74.15 | - |
| YUV | 200.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 218 | 0.04 | 0.12 | 0 | 0.15 | 279.23 | 0.26 | 0.8 |
| Hex | D1 | C0 | DA | 4 | C | 0 | F | 117 | 1A | 50 |
| Octal | 321 | 300 | 332 | 4 | 14 | 0 | 17 | 427 | 32 | 120 |
| Binary | 11010001 | 11000000 | 11011010 | 100 | 1100 | 0 | 1111 | 100010111 | 11010 | 1010000 |
Color Harmonies of #D1C0DA
Complementary color
Monochromatic Colors of #D1C0DA
Black with #D1C0DA
Text Example
Text Example
White with #D1C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0DA; }
p { color: rgb(209,192,218); }
H1.HeaderClassName
{
color: #D1C0DA;
}
.AnyTagClassName
{
color: #D1C0DA;
}
</style>
background-color css
<style>
a { background-color: #D1C0DA; }
a { background-color: rgb(209,192,218); }
div.DivClassName
{
background-color: #D1C0DA;
}
.BgClassName
{
background-color: #D1C0DA;
}
</style>
border-color css
<style>
span { border-color: #D1C0DA; }
span { border-color: rgb(209,192,218); }
td.TdClassName
{
border-color: #D1C0DA;
}
.TagClassName
{
border-color: #D1C0DA;
}
</style>