Shades of Prelude #D4B6E7
Tints of Prelude #D4B6E7
RGB
CMYK
RGB Variations
Color information
#D4B6E7 (or 0xD4B6E7) is known color: Prelude. HEX triplet: D4, B6 and E7. RGB value is (212,182,231). Sum of RGB (Red+Green+Blue) = 212+182+231=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4B6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B6E7 is #2B4918. Grayscale: #C4C4C4. Windows color (decimal): -2836761 or 15185620. OLE color: 15185620.
HSL color Cylindrical-coordinate representation of color #D4B6E7: hue angle of 276.73º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4B6E7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 182 | 231 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.09 |
| HSL | 276.73º | 0.51% | 0.81% | - |
| HSV(B) | 276.73º | 0.21% | 0.91% | - |
| XYZ | 58.3 | 53.22 | 82.8 | - |
| YUV | 196.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 182 | 231 | 0.08 | 0.21 | 0 | 0.09 | 276.73 | 0.51 | 0.81 |
| Hex | D4 | B6 | E7 | 8 | 15 | 0 | 9 | 115 | 33 | 51 |
| Octal | 324 | 266 | 347 | 10 | 25 | 0 | 11 | 425 | 63 | 121 |
| Binary | 11010100 | 10110110 | 11100111 | 1000 | 10101 | 0 | 1001 | 100010101 | 110011 | 1010001 |
Color Harmonies of #D4B6E7
Complementary color
Monochromatic Colors of #D4B6E7
Black with #D4B6E7
Text Example
Text Example
White with #D4B6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B6E7; }
p { color: rgb(212,182,231); }
H1.HeaderClassName
{
color: #D4B6E7;
}
.AnyTagClassName
{
color: #D4B6E7;
}
</style>
background-color css
<style>
a { background-color: #D4B6E7; }
a { background-color: rgb(212,182,231); }
div.DivClassName
{
background-color: #D4B6E7;
}
.BgClassName
{
background-color: #D4B6E7;
}
</style>
border-color css
<style>
span { border-color: #D4B6E7; }
span { border-color: rgb(212,182,231); }
td.TdClassName
{
border-color: #D4B6E7;
}
.TagClassName
{
border-color: #D4B6E7;
}
</style>