Shades of Prelude #D4BBDA
Tints of Prelude #D4BBDA
RGB
CMYK
RGB Variations
Color information
#D4BBDA (or 0xD4BBDA) is known color: Prelude. HEX triplet: D4, BB and DA. RGB value is (212,187,218). Sum of RGB (Red+Green+Blue) = 212+187+218=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBDA is #2B4425. Grayscale: #C5C5C5. Windows color (decimal): -2835494 or 14334932. OLE color: 14334932.
HSL color Cylindrical-coordinate representation of color #D4BBDA: hue angle of 288.39º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BBDA is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 187 | 218 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.15 |
| HSL | 288.39º | 0.3% | 0.79% | - |
| HSV(B) | 288.39º | 0.14% | 0.85% | - |
| XYZ | 57.58 | 54.6 | 73.83 | - |
| YUV | 198.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 218 | 0.03 | 0.14 | 0 | 0.15 | 288.39 | 0.3 | 0.79 |
| Hex | D4 | BB | DA | 3 | E | 0 | F | 120 | 1E | 4F |
| Octal | 324 | 273 | 332 | 3 | 16 | 0 | 17 | 440 | 36 | 117 |
| Binary | 11010100 | 10111011 | 11011010 | 11 | 1110 | 0 | 1111 | 100100000 | 11110 | 1001111 |
Color Harmonies of #D4BBDA
Complementary color
Monochromatic Colors of #D4BBDA
Black with #D4BBDA
Text Example
Text Example
White with #D4BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBDA; }
p { color: rgb(212,187,218); }
H1.HeaderClassName
{
color: #D4BBDA;
}
.AnyTagClassName
{
color: #D4BBDA;
}
</style>
background-color css
<style>
a { background-color: #D4BBDA; }
a { background-color: rgb(212,187,218); }
div.DivClassName
{
background-color: #D4BBDA;
}
.BgClassName
{
background-color: #D4BBDA;
}
</style>
border-color css
<style>
span { border-color: #D4BBDA; }
span { border-color: rgb(212,187,218); }
td.TdClassName
{
border-color: #D4BBDA;
}
.TagClassName
{
border-color: #D4BBDA;
}
</style>