Shades of Prelude #D0B3DE
Tints of Prelude #D0B3DE
RGB
CMYK
RGB Variations
Color information
#D0B3DE (or 0xD0B3DE) is known color: Prelude. HEX triplet: D0, B3 and DE. RGB value is (208,179,222). Sum of RGB (Red+Green+Blue) = 208+179+222=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0B3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B3DE is #2F4C21. Grayscale: #C0C0C0. Windows color (decimal): -3099682 or 14595024. OLE color: 14595024.
HSL color Cylindrical-coordinate representation of color #D0B3DE: hue angle of 280.47º 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 #D0B3DE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 179 | 222 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.13 |
| HSL | 280.47º | 0.39% | 0.79% | - |
| HSV(B) | 280.47º | 0.19% | 0.87% | - |
| XYZ | 55.32 | 50.92 | 76.02 | - |
| YUV | 192.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 222 | 0.06 | 0.19 | 0 | 0.13 | 280.47 | 0.39 | 0.79 |
| Hex | D0 | B3 | DE | 6 | 13 | 0 | D | 118 | 27 | 4F |
| Octal | 320 | 263 | 336 | 6 | 23 | 0 | 15 | 430 | 47 | 117 |
| Binary | 11010000 | 10110011 | 11011110 | 110 | 10011 | 0 | 1101 | 100011000 | 100111 | 1001111 |
Color Harmonies of #D0B3DE
Complementary color
Monochromatic Colors of #D0B3DE
Black with #D0B3DE
Text Example
Text Example
White with #D0B3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3DE; }
p { color: rgb(208,179,222); }
H1.HeaderClassName
{
color: #D0B3DE;
}
.AnyTagClassName
{
color: #D0B3DE;
}
</style>
background-color css
<style>
a { background-color: #D0B3DE; }
a { background-color: rgb(208,179,222); }
div.DivClassName
{
background-color: #D0B3DE;
}
.BgClassName
{
background-color: #D0B3DE;
}
</style>
border-color css
<style>
span { border-color: #D0B3DE; }
span { border-color: rgb(208,179,222); }
td.TdClassName
{
border-color: #D0B3DE;
}
.TagClassName
{
border-color: #D0B3DE;
}
</style>