Shades of Prelude #D2BCDA
Tints of Prelude #D2BCDA
RGB
CMYK
RGB Variations
Color information
#D2BCDA (or 0xD2BCDA) is known color: Prelude. HEX triplet: D2, BC and DA. RGB value is (210,188,218). Sum of RGB (Red+Green+Blue) = 210+188+218=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCDA is #2D4325. Grayscale: #C5C5C5. Windows color (decimal): -2966310 or 14335186. OLE color: 14335186.
HSL color Cylindrical-coordinate representation of color #D2BCDA: hue angle of 284º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2BCDA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 188 | 218 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.15 |
| HSL | 284º | 0.29% | 0.8% | - |
| HSV(B) | 284º | 0.14% | 0.85% | - |
| XYZ | 57.22 | 54.73 | 73.88 | - |
| YUV | 198 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 218 | 0.04 | 0.14 | 0 | 0.15 | 284 | 0.29 | 0.8 |
| Hex | D2 | BC | DA | 4 | E | 0 | F | 11C | 1D | 50 |
| Octal | 322 | 274 | 332 | 4 | 16 | 0 | 17 | 434 | 35 | 120 |
| Binary | 11010010 | 10111100 | 11011010 | 100 | 1110 | 0 | 1111 | 100011100 | 11101 | 1010000 |
Color Harmonies of #D2BCDA
Complementary color
Monochromatic Colors of #D2BCDA
Black with #D2BCDA
Text Example
Text Example
White with #D2BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCDA; }
p { color: rgb(210,188,218); }
H1.HeaderClassName
{
color: #D2BCDA;
}
.AnyTagClassName
{
color: #D2BCDA;
}
</style>
background-color css
<style>
a { background-color: #D2BCDA; }
a { background-color: rgb(210,188,218); }
div.DivClassName
{
background-color: #D2BCDA;
}
.BgClassName
{
background-color: #D2BCDA;
}
</style>
border-color css
<style>
span { border-color: #D2BCDA; }
span { border-color: rgb(210,188,218); }
td.TdClassName
{
border-color: #D2BCDA;
}
.TagClassName
{
border-color: #D2BCDA;
}
</style>