Shades of Prelude #D2BCDF
Tints of Prelude #D2BCDF
RGB
CMYK
RGB Variations
Color information
#D2BCDF (or 0xD2BCDF) is known color: Prelude. HEX triplet: D2, BC and DF. RGB value is (210,188,223). Sum of RGB (Red+Green+Blue) = 210+188+223=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCDF is #2D4320. Grayscale: #C6C6C6. Windows color (decimal): -2966305 or 14662866. OLE color: 14662866.
HSL color Cylindrical-coordinate representation of color #D2BCDF: hue angle of 277.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2BCDF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 188 | 223 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.13 |
| HSL | 277.71º | 0.35% | 0.81% | - |
| HSV(B) | 277.71º | 0.16% | 0.87% | - |
| XYZ | 57.88 | 55 | 77.38 | - |
| YUV | 198.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 223 | 0.06 | 0.16 | 0 | 0.13 | 277.71 | 0.35 | 0.81 |
| Hex | D2 | BC | DF | 6 | 10 | 0 | D | 116 | 23 | 51 |
| Octal | 322 | 274 | 337 | 6 | 20 | 0 | 15 | 426 | 43 | 121 |
| Binary | 11010010 | 10111100 | 11011111 | 110 | 10000 | 0 | 1101 | 100010110 | 100011 | 1010001 |
Color Harmonies of #D2BCDF
Complementary color
Monochromatic Colors of #D2BCDF
Black with #D2BCDF
Text Example
Text Example
White with #D2BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCDF; }
p { color: rgb(210,188,223); }
H1.HeaderClassName
{
color: #D2BCDF;
}
.AnyTagClassName
{
color: #D2BCDF;
}
</style>
background-color css
<style>
a { background-color: #D2BCDF; }
a { background-color: rgb(210,188,223); }
div.DivClassName
{
background-color: #D2BCDF;
}
.BgClassName
{
background-color: #D2BCDF;
}
</style>
border-color css
<style>
span { border-color: #D2BCDF; }
span { border-color: rgb(210,188,223); }
td.TdClassName
{
border-color: #D2BCDF;
}
.TagClassName
{
border-color: #D2BCDF;
}
</style>