Shades of Prelude #D2C1DB
Tints of Prelude #D2C1DB
RGB
CMYK
RGB Variations
Color information
#D2C1DB (or 0xD2C1DB) is known color: Prelude. HEX triplet: D2, C1 and DB. RGB value is (210,193,219). Sum of RGB (Red+Green+Blue) = 210+193+219=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1DB is #2D3E24. Grayscale: #C8C8C8. Windows color (decimal): -2965029 or 14402002. OLE color: 14402002.
HSL color Cylindrical-coordinate representation of color #D2C1DB: hue angle of 279.23º 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 #D2C1DB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 193 | 219 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.14 |
| HSL | 279.23º | 0.27% | 0.81% | - |
| HSV(B) | 279.23º | 0.12% | 0.86% | - |
| XYZ | 58.43 | 56.96 | 74.93 | - |
| YUV | 201.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 219 | 0.04 | 0.12 | 0 | 0.14 | 279.23 | 0.27 | 0.81 |
| Hex | D2 | C1 | DB | 4 | C | 0 | E | 117 | 1B | 51 |
| Octal | 322 | 301 | 333 | 4 | 14 | 0 | 16 | 427 | 33 | 121 |
| Binary | 11010010 | 11000001 | 11011011 | 100 | 1100 | 0 | 1110 | 100010111 | 11011 | 1010001 |
Color Harmonies of #D2C1DB
Complementary color
Monochromatic Colors of #D2C1DB
Black with #D2C1DB
Text Example
Text Example
White with #D2C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C1DB; }
p { color: rgb(210,193,219); }
H1.HeaderClassName
{
color: #D2C1DB;
}
.AnyTagClassName
{
color: #D2C1DB;
}
</style>
background-color css
<style>
a { background-color: #D2C1DB; }
a { background-color: rgb(210,193,219); }
div.DivClassName
{
background-color: #D2C1DB;
}
.BgClassName
{
background-color: #D2C1DB;
}
</style>
border-color css
<style>
span { border-color: #D2C1DB; }
span { border-color: rgb(210,193,219); }
td.TdClassName
{
border-color: #D2C1DB;
}
.TagClassName
{
border-color: #D2C1DB;
}
</style>