Shades of Prelude #D2B2E7
Tints of Prelude #D2B2E7
RGB
CMYK
RGB Variations
Color information
#D2B2E7 (or 0xD2B2E7) is known color: Prelude. HEX triplet: D2, B2 and E7. RGB value is (210,178,231). Sum of RGB (Red+Green+Blue) = 210+178+231=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #D2B2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B2E7 is #2D4D18. Grayscale: #C1C1C1. Windows color (decimal): -2968857 or 15184594. OLE color: 15184594.
HSL color Cylindrical-coordinate representation of color #D2B2E7: hue angle of 276.23º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2B2E7 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 178 | 231 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.09 |
| HSL | 276.23º | 0.52% | 0.8% | - |
| HSV(B) | 276.23º | 0.23% | 0.91% | - |
| XYZ | 56.92 | 51.31 | 82.51 | - |
| YUV | 193.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 231 | 0.09 | 0.23 | 0 | 0.09 | 276.23 | 0.52 | 0.8 |
| Hex | D2 | B2 | E7 | 9 | 17 | 0 | 9 | 114 | 34 | 50 |
| Octal | 322 | 262 | 347 | 11 | 27 | 0 | 11 | 424 | 64 | 120 |
| Binary | 11010010 | 10110010 | 11100111 | 1001 | 10111 | 0 | 1001 | 100010100 | 110100 | 1010000 |
Color Harmonies of #D2B2E7
Complementary color
Monochromatic Colors of #D2B2E7
Black with #D2B2E7
Text Example
Text Example
White with #D2B2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2E7; }
p { color: rgb(210,178,231); }
H1.HeaderClassName
{
color: #D2B2E7;
}
.AnyTagClassName
{
color: #D2B2E7;
}
</style>
background-color css
<style>
a { background-color: #D2B2E7; }
a { background-color: rgb(210,178,231); }
div.DivClassName
{
background-color: #D2B2E7;
}
.BgClassName
{
background-color: #D2B2E7;
}
</style>
border-color css
<style>
span { border-color: #D2B2E7; }
span { border-color: rgb(210,178,231); }
td.TdClassName
{
border-color: #D2B2E7;
}
.TagClassName
{
border-color: #D2B2E7;
}
</style>