Shades of Prelude #D1BEDE
Tints of Prelude #D1BEDE
RGB
CMYK
RGB Variations
Color information
#D1BEDE (or 0xD1BEDE) is known color: Prelude. HEX triplet: D1, BE and DE. RGB value is (209,190,222). Sum of RGB (Red+Green+Blue) = 209+190+222=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEDE is #2E4121. Grayscale: #C7C7C7. Windows color (decimal): -3031330 or 14597841. OLE color: 14597841.
HSL color Cylindrical-coordinate representation of color #D1BEDE: hue angle of 275.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1BEDE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 190 | 222 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.13 |
| HSL | 275.63º | 0.33% | 0.81% | - |
| HSV(B) | 275.63º | 0.14% | 0.87% | - |
| XYZ | 57.89 | 55.66 | 76.8 | - |
| YUV | 199.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 222 | 0.06 | 0.14 | 0 | 0.13 | 275.63 | 0.33 | 0.81 |
| Hex | D1 | BE | DE | 6 | E | 0 | D | 114 | 21 | 51 |
| Octal | 321 | 276 | 336 | 6 | 16 | 0 | 15 | 424 | 41 | 121 |
| Binary | 11010001 | 10111110 | 11011110 | 110 | 1110 | 0 | 1101 | 100010100 | 100001 | 1010001 |
Color Harmonies of #D1BEDE
Complementary color
Monochromatic Colors of #D1BEDE
Black with #D1BEDE
Text Example
Text Example
White with #D1BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEDE; }
p { color: rgb(209,190,222); }
H1.HeaderClassName
{
color: #D1BEDE;
}
.AnyTagClassName
{
color: #D1BEDE;
}
</style>
background-color css
<style>
a { background-color: #D1BEDE; }
a { background-color: rgb(209,190,222); }
div.DivClassName
{
background-color: #D1BEDE;
}
.BgClassName
{
background-color: #D1BEDE;
}
</style>
border-color css
<style>
span { border-color: #D1BEDE; }
span { border-color: rgb(209,190,222); }
td.TdClassName
{
border-color: #D1BEDE;
}
.TagClassName
{
border-color: #D1BEDE;
}
</style>