Shades of Prelude #D0B6E4
Tints of Prelude #D0B6E4
RGB
CMYK
RGB Variations
Color information
#D0B6E4 (or 0xD0B6E4) is known color: Prelude. HEX triplet: D0, B6 and E4. RGB value is (208,182,228). Sum of RGB (Red+Green+Blue) = 208+182+228=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #D0B6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B6E4 is #2F491B. Grayscale: #C2C2C2. Windows color (decimal): -3098908 or 14989008. OLE color: 14989008.
HSL color Cylindrical-coordinate representation of color #D0B6E4: hue angle of 273.91º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0B6E4 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 182 | 228 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.11 |
| HSL | 273.91º | 0.46% | 0.8% | - |
| HSV(B) | 273.91º | 0.2% | 0.89% | - |
| XYZ | 56.74 | 52.47 | 80.54 | - |
| YUV | 195.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 228 | 0.09 | 0.20 | 0 | 0.11 | 273.91 | 0.46 | 0.8 |
| Hex | D0 | B6 | E4 | 9 | 14 | 0 | B | 112 | 2E | 50 |
| Octal | 320 | 266 | 344 | 11 | 24 | 0 | 13 | 422 | 56 | 120 |
| Binary | 11010000 | 10110110 | 11100100 | 1001 | 10100 | 0 | 1011 | 100010010 | 101110 | 1010000 |
Color Harmonies of #D0B6E4
Complementary color
Monochromatic Colors of #D0B6E4
Black with #D0B6E4
Text Example
Text Example
White with #D0B6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B6E4; }
p { color: rgb(208,182,228); }
H1.HeaderClassName
{
color: #D0B6E4;
}
.AnyTagClassName
{
color: #D0B6E4;
}
</style>
background-color css
<style>
a { background-color: #D0B6E4; }
a { background-color: rgb(208,182,228); }
div.DivClassName
{
background-color: #D0B6E4;
}
.BgClassName
{
background-color: #D0B6E4;
}
</style>
border-color css
<style>
span { border-color: #D0B6E4; }
span { border-color: rgb(208,182,228); }
td.TdClassName
{
border-color: #D0B6E4;
}
.TagClassName
{
border-color: #D0B6E4;
}
</style>