Shades of Prelude #D0C0DC
Tints of Prelude #D0C0DC
RGB
CMYK
RGB Variations
Color information
#D0C0DC (or 0xD0C0DC) is known color: Prelude. HEX triplet: D0, C0 and DC. RGB value is (208,192,220). Sum of RGB (Red+Green+Blue) = 208+192+220=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0DC is #2F3F23. Grayscale: #C7C7C7. Windows color (decimal): -3096356 or 14467280. OLE color: 14467280.
HSL color Cylindrical-coordinate representation of color #D0C0DC: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0C0DC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 192 | 220 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.14 |
| HSL | 274.29º | 0.29% | 0.81% | - |
| HSV(B) | 274.29º | 0.13% | 0.86% | - |
| XYZ | 57.78 | 56.28 | 75.53 | - |
| YUV | 199.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 220 | 0.05 | 0.13 | 0 | 0.14 | 274.29 | 0.29 | 0.81 |
| Hex | D0 | C0 | DC | 5 | D | 0 | E | 112 | 1D | 51 |
| Octal | 320 | 300 | 334 | 5 | 15 | 0 | 16 | 422 | 35 | 121 |
| Binary | 11010000 | 11000000 | 11011100 | 101 | 1101 | 0 | 1110 | 100010010 | 11101 | 1010001 |
Color Harmonies of #D0C0DC
Complementary color
Monochromatic Colors of #D0C0DC
Black with #D0C0DC
Text Example
Text Example
White with #D0C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0DC; }
p { color: rgb(208,192,220); }
H1.HeaderClassName
{
color: #D0C0DC;
}
.AnyTagClassName
{
color: #D0C0DC;
}
</style>
background-color css
<style>
a { background-color: #D0C0DC; }
a { background-color: rgb(208,192,220); }
div.DivClassName
{
background-color: #D0C0DC;
}
.BgClassName
{
background-color: #D0C0DC;
}
</style>
border-color css
<style>
span { border-color: #D0C0DC; }
span { border-color: rgb(208,192,220); }
td.TdClassName
{
border-color: #D0C0DC;
}
.TagClassName
{
border-color: #D0C0DC;
}
</style>