Shades of Prelude #D2B2DF
Tints of Prelude #D2B2DF
RGB
CMYK
RGB Variations
Color information
#D2B2DF (or 0xD2B2DF) is known color: Prelude. HEX triplet: D2, B2 and DF. RGB value is (210,178,223). Sum of RGB (Red+Green+Blue) = 210+178+223=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2B2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B2DF is #2D4D20. Grayscale: #C0C0C0. Windows color (decimal): -2968865 or 14660306. OLE color: 14660306.
HSL color Cylindrical-coordinate representation of color #D2B2DF: hue angle of 282.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2B2DF is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 178 | 223 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.13 |
| HSL | 282.67º | 0.41% | 0.79% | - |
| HSV(B) | 282.67º | 0.2% | 0.87% | - |
| XYZ | 55.82 | 50.87 | 76.69 | - |
| YUV | 192.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 223 | 0.06 | 0.20 | 0 | 0.13 | 282.67 | 0.41 | 0.79 |
| Hex | D2 | B2 | DF | 6 | 14 | 0 | D | 11B | 29 | 4F |
| Octal | 322 | 262 | 337 | 6 | 24 | 0 | 15 | 433 | 51 | 117 |
| Binary | 11010010 | 10110010 | 11011111 | 110 | 10100 | 0 | 1101 | 100011011 | 101001 | 1001111 |
Color Harmonies of #D2B2DF
Complementary color
Monochromatic Colors of #D2B2DF
Black with #D2B2DF
Text Example
Text Example
White with #D2B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2DF; }
p { color: rgb(210,178,223); }
H1.HeaderClassName
{
color: #D2B2DF;
}
.AnyTagClassName
{
color: #D2B2DF;
}
</style>
background-color css
<style>
a { background-color: #D2B2DF; }
a { background-color: rgb(210,178,223); }
div.DivClassName
{
background-color: #D2B2DF;
}
.BgClassName
{
background-color: #D2B2DF;
}
</style>
border-color css
<style>
span { border-color: #D2B2DF; }
span { border-color: rgb(210,178,223); }
td.TdClassName
{
border-color: #D2B2DF;
}
.TagClassName
{
border-color: #D2B2DF;
}
</style>