Shades of Prelude #D4BBDF
Tints of Prelude #D4BBDF
RGB
CMYK
RGB Variations
Color information
#D4BBDF (or 0xD4BBDF) is known color: Prelude. HEX triplet: D4, BB and DF. RGB value is (212,187,223). Sum of RGB (Red+Green+Blue) = 212+187+223=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBDF is #2B4420. Grayscale: #C6C6C6. Windows color (decimal): -2835489 or 14662612. OLE color: 14662612.
HSL color Cylindrical-coordinate representation of color #D4BBDF: hue angle of 281.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4BBDF is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 187 | 223 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.13 |
| HSL | 281.67º | 0.36% | 0.8% | - |
| HSV(B) | 281.67º | 0.16% | 0.87% | - |
| XYZ | 58.24 | 54.87 | 77.33 | - |
| YUV | 198.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 223 | 0.05 | 0.16 | 0 | 0.13 | 281.67 | 0.36 | 0.8 |
| Hex | D4 | BB | DF | 5 | 10 | 0 | D | 11A | 24 | 50 |
| Octal | 324 | 273 | 337 | 5 | 20 | 0 | 15 | 432 | 44 | 120 |
| Binary | 11010100 | 10111011 | 11011111 | 101 | 10000 | 0 | 1101 | 100011010 | 100100 | 1010000 |
Color Harmonies of #D4BBDF
Complementary color
Monochromatic Colors of #D4BBDF
Black with #D4BBDF
Text Example
Text Example
White with #D4BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBDF; }
p { color: rgb(212,187,223); }
H1.HeaderClassName
{
color: #D4BBDF;
}
.AnyTagClassName
{
color: #D4BBDF;
}
</style>
background-color css
<style>
a { background-color: #D4BBDF; }
a { background-color: rgb(212,187,223); }
div.DivClassName
{
background-color: #D4BBDF;
}
.BgClassName
{
background-color: #D4BBDF;
}
</style>
border-color css
<style>
span { border-color: #D4BBDF; }
span { border-color: rgb(212,187,223); }
td.TdClassName
{
border-color: #D4BBDF;
}
.TagClassName
{
border-color: #D4BBDF;
}
</style>