Shades of Prelude #D2C0DC
Tints of Prelude #D2C0DC
RGB
CMYK
RGB Variations
Color information
#D2C0DC (or 0xD2C0DC) is known color: Prelude. HEX triplet: D2, C0 and DC. RGB value is (210,192,220). Sum of RGB (Red+Green+Blue) = 210+192+220=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0DC is #2D3F23. Grayscale: #C8C8C8. Windows color (decimal): -2965284 or 14467282. OLE color: 14467282.
HSL color Cylindrical-coordinate representation of color #D2C0DC: hue angle of 278.57º 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 #D2C0DC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 192 | 220 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.14 |
| HSL | 278.57º | 0.29% | 0.81% | - |
| HSV(B) | 278.57º | 0.13% | 0.86% | - |
| XYZ | 58.35 | 56.57 | 75.55 | - |
| YUV | 200.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 220 | 0.05 | 0.13 | 0 | 0.14 | 278.57 | 0.29 | 0.81 |
| Hex | D2 | C0 | DC | 5 | D | 0 | E | 117 | 1D | 51 |
| Octal | 322 | 300 | 334 | 5 | 15 | 0 | 16 | 427 | 35 | 121 |
| Binary | 11010010 | 11000000 | 11011100 | 101 | 1101 | 0 | 1110 | 100010111 | 11101 | 1010001 |
Color Harmonies of #D2C0DC
Complementary color
Monochromatic Colors of #D2C0DC
Black with #D2C0DC
Text Example
Text Example
White with #D2C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C0DC; }
p { color: rgb(210,192,220); }
H1.HeaderClassName
{
color: #D2C0DC;
}
.AnyTagClassName
{
color: #D2C0DC;
}
</style>
background-color css
<style>
a { background-color: #D2C0DC; }
a { background-color: rgb(210,192,220); }
div.DivClassName
{
background-color: #D2C0DC;
}
.BgClassName
{
background-color: #D2C0DC;
}
</style>
border-color css
<style>
span { border-color: #D2C0DC; }
span { border-color: rgb(210,192,220); }
td.TdClassName
{
border-color: #D2C0DC;
}
.TagClassName
{
border-color: #D2C0DC;
}
</style>