Shades of Prelude #D9BCE6
Tints of Prelude #D9BCE6
RGB
CMYK
RGB Variations
Color information
#D9BCE6 (or 0xD9BCE6) is known color: Prelude. HEX triplet: D9, BC and E6. RGB value is (217,188,230). Sum of RGB (Red+Green+Blue) = 217+188+230=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCE6 is #264319. Grayscale: #C9C9C9. Windows color (decimal): -2507546 or 15121625. OLE color: 15121625.
HSL color Cylindrical-coordinate representation of color #D9BCE6: hue angle of 281.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BCE6 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 188 | 230 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.10 |
| HSL | 281.43º | 0.46% | 0.82% | - |
| HSV(B) | 281.43º | 0.18% | 0.9% | - |
| XYZ | 60.88 | 56.43 | 82.55 | - |
| YUV | 201.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 230 | 0.06 | 0.18 | 0 | 0.10 | 281.43 | 0.46 | 0.82 |
| Hex | D9 | BC | E6 | 6 | 12 | 0 | A | 119 | 2E | 52 |
| Octal | 331 | 274 | 346 | 6 | 22 | 0 | 12 | 431 | 56 | 122 |
| Binary | 11011001 | 10111100 | 11100110 | 110 | 10010 | 0 | 1010 | 100011001 | 101110 | 1010010 |
Color Harmonies of #D9BCE6
Complementary color
Monochromatic Colors of #D9BCE6
Black with #D9BCE6
Text Example
Text Example
White with #D9BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCE6; }
p { color: rgb(217,188,230); }
H1.HeaderClassName
{
color: #D9BCE6;
}
.AnyTagClassName
{
color: #D9BCE6;
}
</style>
background-color css
<style>
a { background-color: #D9BCE6; }
a { background-color: rgb(217,188,230); }
div.DivClassName
{
background-color: #D9BCE6;
}
.BgClassName
{
background-color: #D9BCE6;
}
</style>
border-color css
<style>
span { border-color: #D9BCE6; }
span { border-color: rgb(217,188,230); }
td.TdClassName
{
border-color: #D9BCE6;
}
.TagClassName
{
border-color: #D9BCE6;
}
</style>