Shades of Prelude #D0B4DE
Tints of Prelude #D0B4DE
RGB
CMYK
RGB Variations
Color information
#D0B4DE (or 0xD0B4DE) is known color: Prelude. HEX triplet: D0, B4 and DE. RGB value is (208,180,222). Sum of RGB (Red+Green+Blue) = 208+180+222=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0B4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4DE is #2F4B21. Grayscale: #C1C1C1. Windows color (decimal): -3099426 or 14595280. OLE color: 14595280.
HSL color Cylindrical-coordinate representation of color #D0B4DE: hue angle of 280º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0B4DE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 180 | 222 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.13 |
| HSL | 280º | 0.39% | 0.79% | - |
| HSV(B) | 280º | 0.19% | 0.87% | - |
| XYZ | 55.52 | 51.33 | 76.09 | - |
| YUV | 193.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 222 | 0.06 | 0.19 | 0 | 0.13 | 280 | 0.39 | 0.79 |
| Hex | D0 | B4 | DE | 6 | 13 | 0 | D | 118 | 27 | 4F |
| Octal | 320 | 264 | 336 | 6 | 23 | 0 | 15 | 430 | 47 | 117 |
| Binary | 11010000 | 10110100 | 11011110 | 110 | 10011 | 0 | 1101 | 100011000 | 100111 | 1001111 |
Color Harmonies of #D0B4DE
Complementary color
Monochromatic Colors of #D0B4DE
Black with #D0B4DE
Text Example
Text Example
White with #D0B4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4DE; }
p { color: rgb(208,180,222); }
H1.HeaderClassName
{
color: #D0B4DE;
}
.AnyTagClassName
{
color: #D0B4DE;
}
</style>
background-color css
<style>
a { background-color: #D0B4DE; }
a { background-color: rgb(208,180,222); }
div.DivClassName
{
background-color: #D0B4DE;
}
.BgClassName
{
background-color: #D0B4DE;
}
</style>
border-color css
<style>
span { border-color: #D0B4DE; }
span { border-color: rgb(208,180,222); }
td.TdClassName
{
border-color: #D0B4DE;
}
.TagClassName
{
border-color: #D0B4DE;
}
</style>