Shades of Prelude #D0C1D9
Tints of Prelude #D0C1D9
RGB
CMYK
RGB Variations
Color information
#D0C1D9 (or 0xD0C1D9) is known color: Prelude. HEX triplet: D0, C1 and D9. RGB value is (208,193,217). Sum of RGB (Red+Green+Blue) = 208+193+217=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #D0C1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1D9 is #2F3E26. Grayscale: #C8C8C8. Windows color (decimal): -3096103 or 14270928. OLE color: 14270928.
HSL color Cylindrical-coordinate representation of color #D0C1D9: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0C1D9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 193 | 217 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.15 |
| HSL | 277.5º | 0.24% | 0.8% | - |
| HSV(B) | 277.5º | 0.11% | 0.85% | - |
| XYZ | 57.61 | 56.56 | 73.53 | - |
| YUV | 200.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 217 | 0.04 | 0.11 | 0 | 0.15 | 277.5 | 0.24 | 0.8 |
| Hex | D0 | C1 | D9 | 4 | B | 0 | F | 116 | 18 | 50 |
| Octal | 320 | 301 | 331 | 4 | 13 | 0 | 17 | 426 | 30 | 120 |
| Binary | 11010000 | 11000001 | 11011001 | 100 | 1011 | 0 | 1111 | 100010110 | 11000 | 1010000 |
Color Harmonies of #D0C1D9
Complementary color
Monochromatic Colors of #D0C1D9
Black with #D0C1D9
Text Example
Text Example
White with #D0C1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C1D9; }
p { color: rgb(208,193,217); }
H1.HeaderClassName
{
color: #D0C1D9;
}
.AnyTagClassName
{
color: #D0C1D9;
}
</style>
background-color css
<style>
a { background-color: #D0C1D9; }
a { background-color: rgb(208,193,217); }
div.DivClassName
{
background-color: #D0C1D9;
}
.BgClassName
{
background-color: #D0C1D9;
}
</style>
border-color css
<style>
span { border-color: #D0C1D9; }
span { border-color: rgb(208,193,217); }
td.TdClassName
{
border-color: #D0C1D9;
}
.TagClassName
{
border-color: #D0C1D9;
}
</style>