Shades of Prelude #D4BDDC
Tints of Prelude #D4BDDC
RGB
CMYK
RGB Variations
Color information
#D4BDDC (or 0xD4BDDC) is known color: Prelude. HEX triplet: D4, BD and DC. RGB value is (212,189,220). Sum of RGB (Red+Green+Blue) = 212+189+220=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDDC is #2B4223. Grayscale: #C7C7C7. Windows color (decimal): -2834980 or 14466516. OLE color: 14466516.
HSL color Cylindrical-coordinate representation of color #D4BDDC: hue angle of 284.52º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BDDC is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 189 | 220 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.14 |
| HSL | 284.52º | 0.31% | 0.8% | - |
| HSV(B) | 284.52º | 0.14% | 0.86% | - |
| XYZ | 58.27 | 55.56 | 75.36 | - |
| YUV | 199.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 220 | 0.04 | 0.14 | 0 | 0.14 | 284.52 | 0.31 | 0.8 |
| Hex | D4 | BD | DC | 4 | E | 0 | E | 11D | 1F | 50 |
| Octal | 324 | 275 | 334 | 4 | 16 | 0 | 16 | 435 | 37 | 120 |
| Binary | 11010100 | 10111101 | 11011100 | 100 | 1110 | 0 | 1110 | 100011101 | 11111 | 1010000 |
Color Harmonies of #D4BDDC
Complementary color
Monochromatic Colors of #D4BDDC
Black with #D4BDDC
Text Example
Text Example
White with #D4BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDDC; }
p { color: rgb(212,189,220); }
H1.HeaderClassName
{
color: #D4BDDC;
}
.AnyTagClassName
{
color: #D4BDDC;
}
</style>
background-color css
<style>
a { background-color: #D4BDDC; }
a { background-color: rgb(212,189,220); }
div.DivClassName
{
background-color: #D4BDDC;
}
.BgClassName
{
background-color: #D4BDDC;
}
</style>
border-color css
<style>
span { border-color: #D4BDDC; }
span { border-color: rgb(212,189,220); }
td.TdClassName
{
border-color: #D4BDDC;
}
.TagClassName
{
border-color: #D4BDDC;
}
</style>