Shades of Prelude #D3C1DB
Tints of Prelude #D3C1DB
RGB
CMYK
RGB Variations
Color information
#D3C1DB (or 0xD3C1DB) is known color: Prelude. HEX triplet: D3, C1 and DB. RGB value is (211,193,219). Sum of RGB (Red+Green+Blue) = 211+193+219=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C1DB is #2C3E24. Grayscale: #C9C9C9. Windows color (decimal): -2899493 or 14402003. OLE color: 14402003.
HSL color Cylindrical-coordinate representation of color #D3C1DB: hue angle of 281.54º 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 #D3C1DB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 193 | 219 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.14 |
| HSL | 281.54º | 0.27% | 0.81% | - |
| HSV(B) | 281.54º | 0.12% | 0.86% | - |
| XYZ | 58.72 | 57.1 | 74.94 | - |
| YUV | 201.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 193 | 219 | 0.04 | 0.12 | 0 | 0.14 | 281.54 | 0.27 | 0.81 |
| Hex | D3 | C1 | DB | 4 | C | 0 | E | 11A | 1B | 51 |
| Octal | 323 | 301 | 333 | 4 | 14 | 0 | 16 | 432 | 33 | 121 |
| Binary | 11010011 | 11000001 | 11011011 | 100 | 1100 | 0 | 1110 | 100011010 | 11011 | 1010001 |
Color Harmonies of #D3C1DB
Complementary color
Monochromatic Colors of #D3C1DB
Black with #D3C1DB
Text Example
Text Example
White with #D3C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C1DB; }
p { color: rgb(211,193,219); }
H1.HeaderClassName
{
color: #D3C1DB;
}
.AnyTagClassName
{
color: #D3C1DB;
}
</style>
background-color css
<style>
a { background-color: #D3C1DB; }
a { background-color: rgb(211,193,219); }
div.DivClassName
{
background-color: #D3C1DB;
}
.BgClassName
{
background-color: #D3C1DB;
}
</style>
border-color css
<style>
span { border-color: #D3C1DB; }
span { border-color: rgb(211,193,219); }
td.TdClassName
{
border-color: #D3C1DB;
}
.TagClassName
{
border-color: #D3C1DB;
}
</style>