Shades of Prelude #D2C5DA
Tints of Prelude #D2C5DA
RGB
CMYK
RGB Variations
Color information
#D2C5DA (or 0xD2C5DA) is known color: Prelude. HEX triplet: D2, C5 and DA. RGB value is (210,197,218). Sum of RGB (Red+Green+Blue) = 210+197+218=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2C5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5DA is #2D3A25. Grayscale: #CBCBCB. Windows color (decimal): -2964006 or 14337490. OLE color: 14337490.
HSL color Cylindrical-coordinate representation of color #D2C5DA: hue angle of 277.14º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2C5DA is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 197 | 218 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.15 |
| HSL | 277.14º | 0.22% | 0.81% | - |
| HSV(B) | 277.14º | 0.1% | 0.85% | - |
| XYZ | 59.2 | 58.7 | 74.54 | - |
| YUV | 203.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 218 | 0.04 | 0.10 | 0 | 0.15 | 277.14 | 0.22 | 0.81 |
| Hex | D2 | C5 | DA | 4 | A | 0 | F | 115 | 16 | 51 |
| Octal | 322 | 305 | 332 | 4 | 12 | 0 | 17 | 425 | 26 | 121 |
| Binary | 11010010 | 11000101 | 11011010 | 100 | 1010 | 0 | 1111 | 100010101 | 10110 | 1010001 |
Color Harmonies of #D2C5DA
Complementary color
Monochromatic Colors of #D2C5DA
Black with #D2C5DA
Text Example
Text Example
White with #D2C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5DA; }
p { color: rgb(210,197,218); }
H1.HeaderClassName
{
color: #D2C5DA;
}
.AnyTagClassName
{
color: #D2C5DA;
}
</style>
background-color css
<style>
a { background-color: #D2C5DA; }
a { background-color: rgb(210,197,218); }
div.DivClassName
{
background-color: #D2C5DA;
}
.BgClassName
{
background-color: #D2C5DA;
}
</style>
border-color css
<style>
span { border-color: #D2C5DA; }
span { border-color: rgb(210,197,218); }
td.TdClassName
{
border-color: #D2C5DA;
}
.TagClassName
{
border-color: #D2C5DA;
}
</style>