Shades of Prelude #D5BEDE
Tints of Prelude #D5BEDE
RGB
CMYK
RGB Variations
Color information
#D5BEDE (or 0xD5BEDE) is known color: Prelude. HEX triplet: D5, BE and DE. RGB value is (213,190,222). Sum of RGB (Red+Green+Blue) = 213+190+222=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEDE is #2A4121. Grayscale: #C8C8C8. Windows color (decimal): -2769186 or 14597845. OLE color: 14597845.
HSL color Cylindrical-coordinate representation of color #D5BEDE: hue angle of 283.12º 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 #D5BEDE is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 190 | 222 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.13 |
| HSL | 283.13º | 0.33% | 0.81% | - |
| HSV(B) | 283.13º | 0.14% | 0.87% | - |
| XYZ | 59.04 | 56.25 | 76.85 | - |
| YUV | 200.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 222 | 0.04 | 0.14 | 0 | 0.13 | 283.13 | 0.33 | 0.81 |
| Hex | D5 | BE | DE | 4 | E | 0 | D | 11B | 21 | 51 |
| Octal | 325 | 276 | 336 | 4 | 16 | 0 | 15 | 433 | 41 | 121 |
| Binary | 11010101 | 10111110 | 11011110 | 100 | 1110 | 0 | 1101 | 100011011 | 100001 | 1010001 |
Color Harmonies of #D5BEDE
Complementary color
Monochromatic Colors of #D5BEDE
Black with #D5BEDE
Text Example
Text Example
White with #D5BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEDE; }
p { color: rgb(213,190,222); }
H1.HeaderClassName
{
color: #D5BEDE;
}
.AnyTagClassName
{
color: #D5BEDE;
}
</style>
background-color css
<style>
a { background-color: #D5BEDE; }
a { background-color: rgb(213,190,222); }
div.DivClassName
{
background-color: #D5BEDE;
}
.BgClassName
{
background-color: #D5BEDE;
}
</style>
border-color css
<style>
span { border-color: #D5BEDE; }
span { border-color: rgb(213,190,222); }
td.TdClassName
{
border-color: #D5BEDE;
}
.TagClassName
{
border-color: #D5BEDE;
}
</style>