Shades of Prelude #D0B4D5
Tints of Prelude #D0B4D5
RGB
CMYK
RGB Variations
Color information
#D0B4D5 (or 0xD0B4D5) is known color: Prelude. HEX triplet: D0, B4 and D5. RGB value is (208,180,213). Sum of RGB (Red+Green+Blue) = 208+180+213=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0B4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4D5 is #2F4B2A. Grayscale: #C0C0C0. Windows color (decimal): -3099435 or 14005456. OLE color: 14005456.
HSL color Cylindrical-coordinate representation of color #D0B4D5: hue angle of 290.91º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B4D5 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 180 | 213 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.16 |
| HSL | 290.91º | 0.28% | 0.77% | - |
| HSV(B) | 290.91º | 0.15% | 0.84% | - |
| XYZ | 54.34 | 50.86 | 69.9 | - |
| YUV | 192.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 213 | 0.02 | 0.15 | 0 | 0.16 | 290.91 | 0.28 | 0.77 |
| Hex | D0 | B4 | D5 | 2 | F | 0 | 10 | 123 | 1C | 4D |
| Octal | 320 | 264 | 325 | 2 | 17 | 0 | 20 | 443 | 34 | 115 |
| Binary | 11010000 | 10110100 | 11010101 | 10 | 1111 | 0 | 10000 | 100100011 | 11100 | 1001101 |
Color Harmonies of #D0B4D5
Complementary color
Monochromatic Colors of #D0B4D5
Black with #D0B4D5
Text Example
Text Example
White with #D0B4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4D5; }
p { color: rgb(208,180,213); }
H1.HeaderClassName
{
color: #D0B4D5;
}
.AnyTagClassName
{
color: #D0B4D5;
}
</style>
background-color css
<style>
a { background-color: #D0B4D5; }
a { background-color: rgb(208,180,213); }
div.DivClassName
{
background-color: #D0B4D5;
}
.BgClassName
{
background-color: #D0B4D5;
}
</style>
border-color css
<style>
span { border-color: #D0B4D5; }
span { border-color: rgb(208,180,213); }
td.TdClassName
{
border-color: #D0B4D5;
}
.TagClassName
{
border-color: #D0B4D5;
}
</style>