Shades of Prelude #D4BFDE
Tints of Prelude #D4BFDE
RGB
CMYK
RGB Variations
Color information
#D4BFDE (or 0xD4BFDE) is known color: Prelude. HEX triplet: D4, BF and DE. RGB value is (212,191,222). Sum of RGB (Red+Green+Blue) = 212+191+222=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFDE is #2B4021. Grayscale: #C8C8C8. Windows color (decimal): -2834466 or 14598100. OLE color: 14598100.
HSL color Cylindrical-coordinate representation of color #D4BFDE: hue angle of 280.65º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BFDE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 191 | 222 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.13 |
| HSL | 280.65º | 0.32% | 0.81% | - |
| HSV(B) | 280.65º | 0.14% | 0.87% | - |
| XYZ | 58.97 | 56.53 | 76.91 | - |
| YUV | 200.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 222 | 0.05 | 0.14 | 0 | 0.13 | 280.65 | 0.32 | 0.81 |
| Hex | D4 | BF | DE | 5 | E | 0 | D | 119 | 20 | 51 |
| Octal | 324 | 277 | 336 | 5 | 16 | 0 | 15 | 431 | 40 | 121 |
| Binary | 11010100 | 10111111 | 11011110 | 101 | 1110 | 0 | 1101 | 100011001 | 100000 | 1010001 |
Color Harmonies of #D4BFDE
Complementary color
Monochromatic Colors of #D4BFDE
Black with #D4BFDE
Text Example
Text Example
White with #D4BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFDE; }
p { color: rgb(212,191,222); }
H1.HeaderClassName
{
color: #D4BFDE;
}
.AnyTagClassName
{
color: #D4BFDE;
}
</style>
background-color css
<style>
a { background-color: #D4BFDE; }
a { background-color: rgb(212,191,222); }
div.DivClassName
{
background-color: #D4BFDE;
}
.BgClassName
{
background-color: #D4BFDE;
}
</style>
border-color css
<style>
span { border-color: #D4BFDE; }
span { border-color: rgb(212,191,222); }
td.TdClassName
{
border-color: #D4BFDE;
}
.TagClassName
{
border-color: #D4BFDE;
}
</style>