Shades of Prelude #D5BDDE
Tints of Prelude #D5BDDE
RGB
CMYK
RGB Variations
Color information
#D5BDDE (or 0xD5BDDE) is known color: Prelude. HEX triplet: D5, BD and DE. RGB value is (213,189,222). Sum of RGB (Red+Green+Blue) = 213+189+222=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDDE is #2A4221. Grayscale: #C7C7C7. Windows color (decimal): -2769442 or 14597589. OLE color: 14597589.
HSL color Cylindrical-coordinate representation of color #D5BDDE: hue angle of 283.64º degrees, saturation: 0.33, 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 #D5BDDE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 189 | 222 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.13 |
| HSL | 283.64º | 0.33% | 0.81% | - |
| HSV(B) | 283.64º | 0.15% | 0.87% | - |
| XYZ | 58.82 | 55.82 | 76.78 | - |
| YUV | 199.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 222 | 0.04 | 0.15 | 0 | 0.13 | 283.64 | 0.33 | 0.81 |
| Hex | D5 | BD | DE | 4 | F | 0 | D | 11C | 21 | 51 |
| Octal | 325 | 275 | 336 | 4 | 17 | 0 | 15 | 434 | 41 | 121 |
| Binary | 11010101 | 10111101 | 11011110 | 100 | 1111 | 0 | 1101 | 100011100 | 100001 | 1010001 |
Color Harmonies of #D5BDDE
Complementary color
Monochromatic Colors of #D5BDDE
Black with #D5BDDE
Text Example
Text Example
White with #D5BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDDE; }
p { color: rgb(213,189,222); }
H1.HeaderClassName
{
color: #D5BDDE;
}
.AnyTagClassName
{
color: #D5BDDE;
}
</style>
background-color css
<style>
a { background-color: #D5BDDE; }
a { background-color: rgb(213,189,222); }
div.DivClassName
{
background-color: #D5BDDE;
}
.BgClassName
{
background-color: #D5BDDE;
}
</style>
border-color css
<style>
span { border-color: #D5BDDE; }
span { border-color: rgb(213,189,222); }
td.TdClassName
{
border-color: #D5BDDE;
}
.TagClassName
{
border-color: #D5BDDE;
}
</style>