Shades of Prelude #D2BBDE
Tints of Prelude #D2BBDE
RGB
CMYK
RGB Variations
Color information
#D2BBDE (or 0xD2BBDE) is known color: Prelude. HEX triplet: D2, BB and DE. RGB value is (210,187,222). Sum of RGB (Red+Green+Blue) = 210+187+222=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBDE is #2D4421. Grayscale: #C5C5C5. Windows color (decimal): -2966562 or 14597074. OLE color: 14597074.
HSL color Cylindrical-coordinate representation of color #D2BBDE: hue angle of 279.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2BBDE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 187 | 222 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.13 |
| HSL | 279.43º | 0.35% | 0.8% | - |
| HSV(B) | 279.43º | 0.16% | 0.87% | - |
| XYZ | 57.53 | 54.52 | 76.6 | - |
| YUV | 197.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 222 | 0.05 | 0.16 | 0 | 0.13 | 279.43 | 0.35 | 0.8 |
| Hex | D2 | BB | DE | 5 | 10 | 0 | D | 117 | 23 | 50 |
| Octal | 322 | 273 | 336 | 5 | 20 | 0 | 15 | 427 | 43 | 120 |
| Binary | 11010010 | 10111011 | 11011110 | 101 | 10000 | 0 | 1101 | 100010111 | 100011 | 1010000 |
Color Harmonies of #D2BBDE
Complementary color
Monochromatic Colors of #D2BBDE
Black with #D2BBDE
Text Example
Text Example
White with #D2BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBDE; }
p { color: rgb(210,187,222); }
H1.HeaderClassName
{
color: #D2BBDE;
}
.AnyTagClassName
{
color: #D2BBDE;
}
</style>
background-color css
<style>
a { background-color: #D2BBDE; }
a { background-color: rgb(210,187,222); }
div.DivClassName
{
background-color: #D2BBDE;
}
.BgClassName
{
background-color: #D2BBDE;
}
</style>
border-color css
<style>
span { border-color: #D2BBDE; }
span { border-color: rgb(210,187,222); }
td.TdClassName
{
border-color: #D2BBDE;
}
.TagClassName
{
border-color: #D2BBDE;
}
</style>