Shades of Prelude #D5C1DB
Tints of Prelude #D5C1DB
RGB
CMYK
RGB Variations
Color information
#D5C1DB (or 0xD5C1DB) is known color: Prelude. HEX triplet: D5, C1 and DB. RGB value is (213,193,219). Sum of RGB (Red+Green+Blue) = 213+193+219=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1DB is #2A3E24. Grayscale: #C9C9C9. Windows color (decimal): -2768421 or 14402005. OLE color: 14402005.
HSL color Cylindrical-coordinate representation of color #D5C1DB: hue angle of 286.15º degrees, saturation: 0.27, 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 #D5C1DB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 193 | 219 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.14 |
| HSL | 286.15º | 0.27% | 0.81% | - |
| HSV(B) | 286.15º | 0.12% | 0.86% | - |
| XYZ | 59.3 | 57.4 | 74.97 | - |
| YUV | 201.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 219 | 0.03 | 0.12 | 0 | 0.14 | 286.15 | 0.27 | 0.81 |
| Hex | D5 | C1 | DB | 3 | C | 0 | E | 11E | 1B | 51 |
| Octal | 325 | 301 | 333 | 3 | 14 | 0 | 16 | 436 | 33 | 121 |
| Binary | 11010101 | 11000001 | 11011011 | 11 | 1100 | 0 | 1110 | 100011110 | 11011 | 1010001 |
Color Harmonies of #D5C1DB
Complementary color
Monochromatic Colors of #D5C1DB
Black with #D5C1DB
Text Example
Text Example
White with #D5C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1DB; }
p { color: rgb(213,193,219); }
H1.HeaderClassName
{
color: #D5C1DB;
}
.AnyTagClassName
{
color: #D5C1DB;
}
</style>
background-color css
<style>
a { background-color: #D5C1DB; }
a { background-color: rgb(213,193,219); }
div.DivClassName
{
background-color: #D5C1DB;
}
.BgClassName
{
background-color: #D5C1DB;
}
</style>
border-color css
<style>
span { border-color: #D5C1DB; }
span { border-color: rgb(213,193,219); }
td.TdClassName
{
border-color: #D5C1DB;
}
.TagClassName
{
border-color: #D5C1DB;
}
</style>