Shades of Prelude #D2BEDB
Tints of Prelude #D2BEDB
RGB
CMYK
RGB Variations
Color information
#D2BEDB (or 0xD2BEDB) is known color: Prelude. HEX triplet: D2, BE and DB. RGB value is (210,190,219). Sum of RGB (Red+Green+Blue) = 210+190+219=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEDB is #2D4124. Grayscale: #C7C7C7. Windows color (decimal): -2965797 or 14401234. OLE color: 14401234.
HSL color Cylindrical-coordinate representation of color #D2BEDB: hue angle of 281.38º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2BEDB is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 190 | 219 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.14 |
| HSL | 281.38º | 0.29% | 0.8% | - |
| HSV(B) | 281.38º | 0.13% | 0.86% | - |
| XYZ | 57.78 | 55.64 | 74.71 | - |
| YUV | 199.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 219 | 0.04 | 0.13 | 0 | 0.14 | 281.38 | 0.29 | 0.8 |
| Hex | D2 | BE | DB | 4 | D | 0 | E | 119 | 1D | 50 |
| Octal | 322 | 276 | 333 | 4 | 15 | 0 | 16 | 431 | 35 | 120 |
| Binary | 11010010 | 10111110 | 11011011 | 100 | 1101 | 0 | 1110 | 100011001 | 11101 | 1010000 |
Color Harmonies of #D2BEDB
Complementary color
Monochromatic Colors of #D2BEDB
Black with #D2BEDB
Text Example
Text Example
White with #D2BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BEDB; }
p { color: rgb(210,190,219); }
H1.HeaderClassName
{
color: #D2BEDB;
}
.AnyTagClassName
{
color: #D2BEDB;
}
</style>
background-color css
<style>
a { background-color: #D2BEDB; }
a { background-color: rgb(210,190,219); }
div.DivClassName
{
background-color: #D2BEDB;
}
.BgClassName
{
background-color: #D2BEDB;
}
</style>
border-color css
<style>
span { border-color: #D2BEDB; }
span { border-color: rgb(210,190,219); }
td.TdClassName
{
border-color: #D2BEDB;
}
.TagClassName
{
border-color: #D2BEDB;
}
</style>