Shades of Prelude #D6B4DE
Tints of Prelude #D6B4DE
RGB
CMYK
RGB Variations
Color information
#D6B4DE (or 0xD6B4DE) is known color: Prelude. HEX triplet: D6, B4 and DE. RGB value is (214,180,222). Sum of RGB (Red+Green+Blue) = 214+180+222=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6B4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B4DE is #294B21. Grayscale: #C2C2C2. Windows color (decimal): -2706210 or 14595286. OLE color: 14595286.
HSL color Cylindrical-coordinate representation of color #D6B4DE: hue angle of 288.57º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B4DE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 180 | 222 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.13 |
| HSL | 288.57º | 0.39% | 0.79% | - |
| HSV(B) | 288.57º | 0.19% | 0.87% | - |
| XYZ | 57.24 | 52.21 | 76.17 | - |
| YUV | 194.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 222 | 0.04 | 0.19 | 0 | 0.13 | 288.57 | 0.39 | 0.79 |
| Hex | D6 | B4 | DE | 4 | 13 | 0 | D | 121 | 27 | 4F |
| Octal | 326 | 264 | 336 | 4 | 23 | 0 | 15 | 441 | 47 | 117 |
| Binary | 11010110 | 10110100 | 11011110 | 100 | 10011 | 0 | 1101 | 100100001 | 100111 | 1001111 |
Color Harmonies of #D6B4DE
Complementary color
Monochromatic Colors of #D6B4DE
Black with #D6B4DE
Text Example
Text Example
White with #D6B4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B4DE; }
p { color: rgb(214,180,222); }
H1.HeaderClassName
{
color: #D6B4DE;
}
.AnyTagClassName
{
color: #D6B4DE;
}
</style>
background-color css
<style>
a { background-color: #D6B4DE; }
a { background-color: rgb(214,180,222); }
div.DivClassName
{
background-color: #D6B4DE;
}
.BgClassName
{
background-color: #D6B4DE;
}
</style>
border-color css
<style>
span { border-color: #D6B4DE; }
span { border-color: rgb(214,180,222); }
td.TdClassName
{
border-color: #D6B4DE;
}
.TagClassName
{
border-color: #D6B4DE;
}
</style>