Shades of Prelude #D5C2DC
Tints of Prelude #D5C2DC
RGB
CMYK
RGB Variations
Color information
#D5C2DC (or 0xD5C2DC) is known color: Prelude. HEX triplet: D5, C2 and DC. RGB value is (213,194,220). Sum of RGB (Red+Green+Blue) = 213+194+220=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2DC is #2A3D23. Grayscale: #CACACA. Windows color (decimal): -2768164 or 14467797. OLE color: 14467797.
HSL color Cylindrical-coordinate representation of color #D5C2DC: hue angle of 283.85º 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 #D5C2DC is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 194 | 220 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.14 |
| HSL | 283.85º | 0.27% | 0.81% | - |
| HSV(B) | 283.85º | 0.12% | 0.86% | - |
| XYZ | 59.65 | 57.9 | 75.74 | - |
| YUV | 202.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 220 | 0.03 | 0.12 | 0 | 0.14 | 283.85 | 0.27 | 0.81 |
| Hex | D5 | C2 | DC | 3 | C | 0 | E | 11C | 1B | 51 |
| Octal | 325 | 302 | 334 | 3 | 14 | 0 | 16 | 434 | 33 | 121 |
| Binary | 11010101 | 11000010 | 11011100 | 11 | 1100 | 0 | 1110 | 100011100 | 11011 | 1010001 |
Color Harmonies of #D5C2DC
Complementary color
Monochromatic Colors of #D5C2DC
Black with #D5C2DC
Text Example
Text Example
White with #D5C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C2DC; }
p { color: rgb(213,194,220); }
H1.HeaderClassName
{
color: #D5C2DC;
}
.AnyTagClassName
{
color: #D5C2DC;
}
</style>
background-color css
<style>
a { background-color: #D5C2DC; }
a { background-color: rgb(213,194,220); }
div.DivClassName
{
background-color: #D5C2DC;
}
.BgClassName
{
background-color: #D5C2DC;
}
</style>
border-color css
<style>
span { border-color: #D5C2DC; }
span { border-color: rgb(213,194,220); }
td.TdClassName
{
border-color: #D5C2DC;
}
.TagClassName
{
border-color: #D5C2DC;
}
</style>