Shades of Prelude #D1C1DC
Tints of Prelude #D1C1DC
RGB
CMYK
RGB Variations
Color information
#D1C1DC (or 0xD1C1DC) is known color: Prelude. HEX triplet: D1, C1 and DC. RGB value is (209,193,220). Sum of RGB (Red+Green+Blue) = 209+193+220=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1DC is #2E3E23. Grayscale: #C8C8C8. Windows color (decimal): -3030564 or 14467537. OLE color: 14467537.
HSL color Cylindrical-coordinate representation of color #D1C1DC: hue angle of 275.56º degrees, saturation: 0.28, 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 #D1C1DC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 193 | 220 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.14 |
| HSL | 275.56º | 0.28% | 0.81% | - |
| HSV(B) | 275.56º | 0.12% | 0.86% | - |
| XYZ | 58.28 | 56.86 | 75.61 | - |
| YUV | 200.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 220 | 0.05 | 0.12 | 0 | 0.14 | 275.56 | 0.28 | 0.81 |
| Hex | D1 | C1 | DC | 5 | C | 0 | E | 114 | 1C | 51 |
| Octal | 321 | 301 | 334 | 5 | 14 | 0 | 16 | 424 | 34 | 121 |
| Binary | 11010001 | 11000001 | 11011100 | 101 | 1100 | 0 | 1110 | 100010100 | 11100 | 1010001 |
Color Harmonies of #D1C1DC
Complementary color
Monochromatic Colors of #D1C1DC
Black with #D1C1DC
Text Example
Text Example
White with #D1C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1DC; }
p { color: rgb(209,193,220); }
H1.HeaderClassName
{
color: #D1C1DC;
}
.AnyTagClassName
{
color: #D1C1DC;
}
</style>
background-color css
<style>
a { background-color: #D1C1DC; }
a { background-color: rgb(209,193,220); }
div.DivClassName
{
background-color: #D1C1DC;
}
.BgClassName
{
background-color: #D1C1DC;
}
</style>
border-color css
<style>
span { border-color: #D1C1DC; }
span { border-color: rgb(209,193,220); }
td.TdClassName
{
border-color: #D1C1DC;
}
.TagClassName
{
border-color: #D1C1DC;
}
</style>