Shades of Prelude #D9B6E5
Tints of Prelude #D9B6E5
RGB
CMYK
RGB Variations
Color information
#D9B6E5 (or 0xD9B6E5) is known color: Prelude. HEX triplet: D9, B6 and E5. RGB value is (217,182,229). Sum of RGB (Red+Green+Blue) = 217+182+229=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9B6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B6E5 is #26491A. Grayscale: #C5C5C5. Windows color (decimal): -2509083 or 15054553. OLE color: 15054553.
HSL color Cylindrical-coordinate representation of color #D9B6E5: hue angle of 284.68º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B6E5 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 182 | 229 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.10 |
| HSL | 284.68º | 0.47% | 0.81% | - |
| HSV(B) | 284.68º | 0.21% | 0.9% | - |
| XYZ | 59.49 | 53.86 | 81.39 | - |
| YUV | 197.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 229 | 0.05 | 0.21 | 0 | 0.10 | 284.68 | 0.47 | 0.81 |
| Hex | D9 | B6 | E5 | 5 | 15 | 0 | A | 11D | 2F | 51 |
| Octal | 331 | 266 | 345 | 5 | 25 | 0 | 12 | 435 | 57 | 121 |
| Binary | 11011001 | 10110110 | 11100101 | 101 | 10101 | 0 | 1010 | 100011101 | 101111 | 1010001 |
Color Harmonies of #D9B6E5
Complementary color
Monochromatic Colors of #D9B6E5
Black with #D9B6E5
Text Example
Text Example
White with #D9B6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B6E5; }
p { color: rgb(217,182,229); }
H1.HeaderClassName
{
color: #D9B6E5;
}
.AnyTagClassName
{
color: #D9B6E5;
}
</style>
background-color css
<style>
a { background-color: #D9B6E5; }
a { background-color: rgb(217,182,229); }
div.DivClassName
{
background-color: #D9B6E5;
}
.BgClassName
{
background-color: #D9B6E5;
}
</style>
border-color css
<style>
span { border-color: #D9B6E5; }
span { border-color: rgb(217,182,229); }
td.TdClassName
{
border-color: #D9B6E5;
}
.TagClassName
{
border-color: #D9B6E5;
}
</style>