Shades of Prelude #D0BCD4
Tints of Prelude #D0BCD4
RGB
CMYK
RGB Variations
Color information
#D0BCD4 (or 0xD0BCD4) is known color: Prelude. HEX triplet: D0, BC and D4. RGB value is (208,188,212). Sum of RGB (Red+Green+Blue) = 208+188+212=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCD4 is #2F432B. Grayscale: #C4C4C4. Windows color (decimal): -3097388 or 13941968. OLE color: 13941968.
HSL color Cylindrical-coordinate representation of color #D0BCD4: hue angle of 290º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BCD4 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 188 | 212 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.17 |
| HSL | 290º | 0.22% | 0.78% | - |
| HSV(B) | 290º | 0.11% | 0.83% | - |
| XYZ | 55.88 | 54.13 | 69.79 | - |
| YUV | 196.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 212 | 0.02 | 0.11 | 0 | 0.17 | 290 | 0.22 | 0.78 |
| Hex | D0 | BC | D4 | 2 | B | 0 | 11 | 122 | 16 | 4E |
| Octal | 320 | 274 | 324 | 2 | 13 | 0 | 21 | 442 | 26 | 116 |
| Binary | 11010000 | 10111100 | 11010100 | 10 | 1011 | 0 | 10001 | 100100010 | 10110 | 1001110 |
Color Harmonies of #D0BCD4
Complementary color
Monochromatic Colors of #D0BCD4
Black with #D0BCD4
Text Example
Text Example
White with #D0BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCD4; }
p { color: rgb(208,188,212); }
H1.HeaderClassName
{
color: #D0BCD4;
}
.AnyTagClassName
{
color: #D0BCD4;
}
</style>
background-color css
<style>
a { background-color: #D0BCD4; }
a { background-color: rgb(208,188,212); }
div.DivClassName
{
background-color: #D0BCD4;
}
.BgClassName
{
background-color: #D0BCD4;
}
</style>
border-color css
<style>
span { border-color: #D0BCD4; }
span { border-color: rgb(208,188,212); }
td.TdClassName
{
border-color: #D0BCD4;
}
.TagClassName
{
border-color: #D0BCD4;
}
</style>