Shades of Prelude #D3C3DC
Tints of Prelude #D3C3DC
RGB
CMYK
RGB Variations
Color information
#D3C3DC (or 0xD3C3DC) is known color: Prelude. HEX triplet: D3, C3 and DC. RGB value is (211,195,220). Sum of RGB (Red+Green+Blue) = 211+195+220=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C3DC is #2C3C23. Grayscale: #CACACA. Windows color (decimal): -2898980 or 14468051. OLE color: 14468051.
HSL color Cylindrical-coordinate representation of color #D3C3DC: hue angle of 278.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C3DC is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 195 | 220 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.14 |
| HSL | 278.4º | 0.26% | 0.81% | - |
| HSV(B) | 278.4º | 0.11% | 0.86% | - |
| XYZ | 59.3 | 58.05 | 75.79 | - |
| YUV | 202.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 220 | 0.04 | 0.11 | 0 | 0.14 | 278.4 | 0.26 | 0.81 |
| Hex | D3 | C3 | DC | 4 | B | 0 | E | 116 | 1A | 51 |
| Octal | 323 | 303 | 334 | 4 | 13 | 0 | 16 | 426 | 32 | 121 |
| Binary | 11010011 | 11000011 | 11011100 | 100 | 1011 | 0 | 1110 | 100010110 | 11010 | 1010001 |
Color Harmonies of #D3C3DC
Complementary color
Monochromatic Colors of #D3C3DC
Black with #D3C3DC
Text Example
Text Example
White with #D3C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C3DC; }
p { color: rgb(211,195,220); }
H1.HeaderClassName
{
color: #D3C3DC;
}
.AnyTagClassName
{
color: #D3C3DC;
}
</style>
background-color css
<style>
a { background-color: #D3C3DC; }
a { background-color: rgb(211,195,220); }
div.DivClassName
{
background-color: #D3C3DC;
}
.BgClassName
{
background-color: #D3C3DC;
}
</style>
border-color css
<style>
span { border-color: #D3C3DC; }
span { border-color: rgb(211,195,220); }
td.TdClassName
{
border-color: #D3C3DC;
}
.TagClassName
{
border-color: #D3C3DC;
}
</style>