Shades of Prelude #D0B6DE
Tints of Prelude #D0B6DE
RGB
CMYK
RGB Variations
Color information
#D0B6DE (or 0xD0B6DE) is known color: Prelude. HEX triplet: D0, B6 and DE. RGB value is (208,182,222). Sum of RGB (Red+Green+Blue) = 208+182+222=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0B6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B6DE is #2F4921. Grayscale: #C2C2C2. Windows color (decimal): -3098914 or 14595792. OLE color: 14595792.
HSL color Cylindrical-coordinate representation of color #D0B6DE: hue angle of 279º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0B6DE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 182 | 222 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.13 |
| HSL | 279º | 0.38% | 0.79% | - |
| HSV(B) | 279º | 0.18% | 0.87% | - |
| XYZ | 55.93 | 52.14 | 76.22 | - |
| YUV | 194.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 222 | 0.06 | 0.18 | 0 | 0.13 | 279 | 0.38 | 0.79 |
| Hex | D0 | B6 | DE | 6 | 12 | 0 | D | 117 | 26 | 4F |
| Octal | 320 | 266 | 336 | 6 | 22 | 0 | 15 | 427 | 46 | 117 |
| Binary | 11010000 | 10110110 | 11011110 | 110 | 10010 | 0 | 1101 | 100010111 | 100110 | 1001111 |
Color Harmonies of #D0B6DE
Complementary color
Monochromatic Colors of #D0B6DE
Black with #D0B6DE
Text Example
Text Example
White with #D0B6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B6DE; }
p { color: rgb(208,182,222); }
H1.HeaderClassName
{
color: #D0B6DE;
}
.AnyTagClassName
{
color: #D0B6DE;
}
</style>
background-color css
<style>
a { background-color: #D0B6DE; }
a { background-color: rgb(208,182,222); }
div.DivClassName
{
background-color: #D0B6DE;
}
.BgClassName
{
background-color: #D0B6DE;
}
</style>
border-color css
<style>
span { border-color: #D0B6DE; }
span { border-color: rgb(208,182,222); }
td.TdClassName
{
border-color: #D0B6DE;
}
.TagClassName
{
border-color: #D0B6DE;
}
</style>