Shades of Prelude #D5C1DD
Tints of Prelude #D5C1DD
RGB
CMYK
RGB Variations
Color information
#D5C1DD (or 0xD5C1DD) is known color: Prelude. HEX triplet: D5, C1 and DD. RGB value is (213,193,221). Sum of RGB (Red+Green+Blue) = 213+193+221=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1DD is #2A3E22. Grayscale: #CACACA. Windows color (decimal): -2768419 or 14533077. OLE color: 14533077.
HSL color Cylindrical-coordinate representation of color #D5C1DD: hue angle of 282.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5C1DD is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 193 | 221 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.13 |
| HSL | 282.86º | 0.29% | 0.81% | - |
| HSV(B) | 282.86º | 0.13% | 0.87% | - |
| XYZ | 59.56 | 57.51 | 76.37 | - |
| YUV | 202.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 221 | 0.04 | 0.13 | 0 | 0.13 | 282.86 | 0.29 | 0.81 |
| Hex | D5 | C1 | DD | 4 | D | 0 | D | 11B | 1D | 51 |
| Octal | 325 | 301 | 335 | 4 | 15 | 0 | 15 | 433 | 35 | 121 |
| Binary | 11010101 | 11000001 | 11011101 | 100 | 1101 | 0 | 1101 | 100011011 | 11101 | 1010001 |
Color Harmonies of #D5C1DD
Complementary color
Monochromatic Colors of #D5C1DD
Black with #D5C1DD
Text Example
Text Example
White with #D5C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1DD; }
p { color: rgb(213,193,221); }
H1.HeaderClassName
{
color: #D5C1DD;
}
.AnyTagClassName
{
color: #D5C1DD;
}
</style>
background-color css
<style>
a { background-color: #D5C1DD; }
a { background-color: rgb(213,193,221); }
div.DivClassName
{
background-color: #D5C1DD;
}
.BgClassName
{
background-color: #D5C1DD;
}
</style>
border-color css
<style>
span { border-color: #D5C1DD; }
span { border-color: rgb(213,193,221); }
td.TdClassName
{
border-color: #D5C1DD;
}
.TagClassName
{
border-color: #D5C1DD;
}
</style>