Shades of Prelude #D9BCE4
Tints of Prelude #D9BCE4
RGB
CMYK
RGB Variations
Color information
#D9BCE4 (or 0xD9BCE4) is known color: Prelude. HEX triplet: D9, BC and E4. RGB value is (217,188,228). Sum of RGB (Red+Green+Blue) = 217+188+228=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCE4 is #26431B. Grayscale: #C9C9C9. Windows color (decimal): -2507548 or 14990553. OLE color: 14990553.
HSL color Cylindrical-coordinate representation of color #D9BCE4: hue angle of 283.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BCE4 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 217 | 188 | 228 | - |
CMYK | 0.05 | 0.18 | 0 | 0.11 |
HSL | 283.5º | 0.43% | 0.82% | - |
HSV(B) | 283.5º | 0.18% | 0.89% | - |
XYZ | 60.6 | 56.32 | 81.08 | - |
YUV | 201.23 | 143.11 | 139.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 188 | 228 | 0.05 | 0.18 | 0 | 0.11 | 283.5 | 0.43 | 0.82 |
Hex | D9 | BC | E4 | 5 | 12 | 0 | B | 11C | 2B | 52 |
Octal | 331 | 274 | 344 | 5 | 22 | 0 | 13 | 434 | 53 | 122 |
Binary | 11011001 | 10111100 | 11100100 | 101 | 10010 | 0 | 1011 | 100011100 | 101011 | 1010010 |
Color Harmonies of #D9BCE4
Complementary color
Monochromatic Colors of #D9BCE4
Black with #D9BCE4
Text Example
Text Example
White with #D9BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCE4; }
p { color: rgb(217,188,228); }
H1.HeaderClassName
{
color: #D9BCE4;
}
.AnyTagClassName
{
color: #D9BCE4;
}
</style>
background-color css
<style>
a { background-color: #D9BCE4; }
a { background-color: rgb(217,188,228); }
div.DivClassName
{
background-color: #D9BCE4;
}
.BgClassName
{
background-color: #D9BCE4;
}
</style>
border-color css
<style>
span { border-color: #D9BCE4; }
span { border-color: rgb(217,188,228); }
td.TdClassName
{
border-color: #D9BCE4;
}
.TagClassName
{
border-color: #D9BCE4;
}
</style>