Shades of Prelude #D5C4DC
Tints of Prelude #D5C4DC
RGB
CMYK
RGB Variations
Color information
#D5C4DC (or 0xD5C4DC) is known color: Prelude. HEX triplet: D5, C4 and DC. RGB value is (213,196,220). Sum of RGB (Red+Green+Blue) = 213+196+220=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4DC is #2A3B23. Grayscale: #CBCBCB. Windows color (decimal): -2767652 or 14468309. OLE color: 14468309.
HSL color Cylindrical-coordinate representation of color #D5C4DC: hue angle of 282.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C4DC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 196 | 220 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.14 |
| HSL | 282.5º | 0.26% | 0.82% | - |
| HSV(B) | 282.5º | 0.11% | 0.86% | - |
| XYZ | 60.1 | 58.79 | 75.89 | - |
| YUV | 203.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 220 | 0.03 | 0.11 | 0 | 0.14 | 282.5 | 0.26 | 0.82 |
| Hex | D5 | C4 | DC | 3 | B | 0 | E | 11A | 1A | 52 |
| Octal | 325 | 304 | 334 | 3 | 13 | 0 | 16 | 432 | 32 | 122 |
| Binary | 11010101 | 11000100 | 11011100 | 11 | 1011 | 0 | 1110 | 100011010 | 11010 | 1010010 |
Color Harmonies of #D5C4DC
Complementary color
Monochromatic Colors of #D5C4DC
Black with #D5C4DC
Text Example
Text Example
White with #D5C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C4DC; }
p { color: rgb(213,196,220); }
H1.HeaderClassName
{
color: #D5C4DC;
}
.AnyTagClassName
{
color: #D5C4DC;
}
</style>
background-color css
<style>
a { background-color: #D5C4DC; }
a { background-color: rgb(213,196,220); }
div.DivClassName
{
background-color: #D5C4DC;
}
.BgClassName
{
background-color: #D5C4DC;
}
</style>
border-color css
<style>
span { border-color: #D5C4DC; }
span { border-color: rgb(213,196,220); }
td.TdClassName
{
border-color: #D5C4DC;
}
.TagClassName
{
border-color: #D5C4DC;
}
</style>