Shades of Prelude #D3C0DE
Tints of Prelude #D3C0DE
RGB
CMYK
RGB Variations
Color information
#D3C0DE (or 0xD3C0DE) is known color: Prelude. HEX triplet: D3, C0 and DE. RGB value is (211,192,222). Sum of RGB (Red+Green+Blue) = 211+192+222=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C0DE is #2C3F21. Grayscale: #C9C9C9. Windows color (decimal): -2899746 or 14598355. OLE color: 14598355.
HSL color Cylindrical-coordinate representation of color #D3C0DE: hue angle of 278º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3C0DE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 192 | 222 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.13 |
| HSL | 278º | 0.31% | 0.81% | - |
| HSV(B) | 278º | 0.14% | 0.87% | - |
| XYZ | 58.9 | 56.82 | 76.97 | - |
| YUV | 201.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 222 | 0.05 | 0.14 | 0 | 0.13 | 278 | 0.31 | 0.81 |
| Hex | D3 | C0 | DE | 5 | E | 0 | D | 116 | 1F | 51 |
| Octal | 323 | 300 | 336 | 5 | 16 | 0 | 15 | 426 | 37 | 121 |
| Binary | 11010011 | 11000000 | 11011110 | 101 | 1110 | 0 | 1101 | 100010110 | 11111 | 1010001 |
Color Harmonies of #D3C0DE
Complementary color
Monochromatic Colors of #D3C0DE
Black with #D3C0DE
Text Example
Text Example
White with #D3C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0DE; }
p { color: rgb(211,192,222); }
H1.HeaderClassName
{
color: #D3C0DE;
}
.AnyTagClassName
{
color: #D3C0DE;
}
</style>
background-color css
<style>
a { background-color: #D3C0DE; }
a { background-color: rgb(211,192,222); }
div.DivClassName
{
background-color: #D3C0DE;
}
.BgClassName
{
background-color: #D3C0DE;
}
</style>
border-color css
<style>
span { border-color: #D3C0DE; }
span { border-color: rgb(211,192,222); }
td.TdClassName
{
border-color: #D3C0DE;
}
.TagClassName
{
border-color: #D3C0DE;
}
</style>