Shades of Prelude #D5C0DC
Tints of Prelude #D5C0DC
RGB
CMYK
RGB Variations
Color information
#D5C0DC (or 0xD5C0DC) is known color: Prelude. HEX triplet: D5, C0 and DC. RGB value is (213,192,220). Sum of RGB (Red+Green+Blue) = 213+192+220=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0DC is #2A3F23. Grayscale: #C9C9C9. Windows color (decimal): -2768676 or 14467285. OLE color: 14467285.
HSL color Cylindrical-coordinate representation of color #D5C0DC: hue angle of 285º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5C0DC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 192 | 220 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.14 |
| HSL | 285º | 0.29% | 0.81% | - |
| HSV(B) | 285º | 0.13% | 0.86% | - |
| XYZ | 59.21 | 57.01 | 75.59 | - |
| YUV | 201.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 220 | 0.03 | 0.13 | 0 | 0.14 | 285 | 0.29 | 0.81 |
| Hex | D5 | C0 | DC | 3 | D | 0 | E | 11D | 1D | 51 |
| Octal | 325 | 300 | 334 | 3 | 15 | 0 | 16 | 435 | 35 | 121 |
| Binary | 11010101 | 11000000 | 11011100 | 11 | 1101 | 0 | 1110 | 100011101 | 11101 | 1010001 |
Color Harmonies of #D5C0DC
Complementary color
Monochromatic Colors of #D5C0DC
Black with #D5C0DC
Text Example
Text Example
White with #D5C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C0DC; }
p { color: rgb(213,192,220); }
H1.HeaderClassName
{
color: #D5C0DC;
}
.AnyTagClassName
{
color: #D5C0DC;
}
</style>
background-color css
<style>
a { background-color: #D5C0DC; }
a { background-color: rgb(213,192,220); }
div.DivClassName
{
background-color: #D5C0DC;
}
.BgClassName
{
background-color: #D5C0DC;
}
</style>
border-color css
<style>
span { border-color: #D5C0DC; }
span { border-color: rgb(213,192,220); }
td.TdClassName
{
border-color: #D5C0DC;
}
.TagClassName
{
border-color: #D5C0DC;
}
</style>