Shades of Prelude #D2BDDF
Tints of Prelude #D2BDDF
RGB
CMYK
RGB Variations
Color information
#D2BDDF (or 0xD2BDDF) is known color: Prelude. HEX triplet: D2, BD and DF. RGB value is (210,189,223). Sum of RGB (Red+Green+Blue) = 210+189+223=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDDF is #2D4220. Grayscale: #C7C7C7. Windows color (decimal): -2966049 or 14663122. OLE color: 14663122.
HSL color Cylindrical-coordinate representation of color #D2BDDF: hue angle of 277.06º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2BDDF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 189 | 223 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.13 |
| HSL | 277.06º | 0.35% | 0.81% | - |
| HSV(B) | 277.06º | 0.15% | 0.87% | - |
| XYZ | 58.1 | 55.42 | 77.45 | - |
| YUV | 199.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 223 | 0.06 | 0.15 | 0 | 0.13 | 277.06 | 0.35 | 0.81 |
| Hex | D2 | BD | DF | 6 | F | 0 | D | 115 | 23 | 51 |
| Octal | 322 | 275 | 337 | 6 | 17 | 0 | 15 | 425 | 43 | 121 |
| Binary | 11010010 | 10111101 | 11011111 | 110 | 1111 | 0 | 1101 | 100010101 | 100011 | 1010001 |
Color Harmonies of #D2BDDF
Complementary color
Monochromatic Colors of #D2BDDF
Black with #D2BDDF
Text Example
Text Example
White with #D2BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDDF; }
p { color: rgb(210,189,223); }
H1.HeaderClassName
{
color: #D2BDDF;
}
.AnyTagClassName
{
color: #D2BDDF;
}
</style>
background-color css
<style>
a { background-color: #D2BDDF; }
a { background-color: rgb(210,189,223); }
div.DivClassName
{
background-color: #D2BDDF;
}
.BgClassName
{
background-color: #D2BDDF;
}
</style>
border-color css
<style>
span { border-color: #D2BDDF; }
span { border-color: rgb(210,189,223); }
td.TdClassName
{
border-color: #D2BDDF;
}
.TagClassName
{
border-color: #D2BDDF;
}
</style>