Shades of Prelude #D3BEE0
Tints of Prelude #D3BEE0
RGB
CMYK
RGB Variations
Color information
#D3BEE0 (or 0xD3BEE0) is known color: Prelude. HEX triplet: D3, BE and E0. RGB value is (211,190,224). Sum of RGB (Red+Green+Blue) = 211+190+224=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BEE0 is #2C411F. Grayscale: #C8C8C8. Windows color (decimal): -2900256 or 14728915. OLE color: 14728915.
HSL color Cylindrical-coordinate representation of color #D3BEE0: hue angle of 277.06º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3BEE0 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 190 | 224 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.12 |
| HSL | 277.06º | 0.35% | 0.81% | - |
| HSV(B) | 277.06º | 0.15% | 0.88% | - |
| XYZ | 58.73 | 56.06 | 78.25 | - |
| YUV | 200.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 224 | 0.06 | 0.15 | 0 | 0.12 | 277.06 | 0.35 | 0.81 |
| Hex | D3 | BE | E0 | 6 | F | 0 | C | 115 | 23 | 51 |
| Octal | 323 | 276 | 340 | 6 | 17 | 0 | 14 | 425 | 43 | 121 |
| Binary | 11010011 | 10111110 | 11100000 | 110 | 1111 | 0 | 1100 | 100010101 | 100011 | 1010001 |
Color Harmonies of #D3BEE0
Complementary color
Monochromatic Colors of #D3BEE0
Black with #D3BEE0
Text Example
Text Example
White with #D3BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEE0; }
p { color: rgb(211,190,224); }
H1.HeaderClassName
{
color: #D3BEE0;
}
.AnyTagClassName
{
color: #D3BEE0;
}
</style>
background-color css
<style>
a { background-color: #D3BEE0; }
a { background-color: rgb(211,190,224); }
div.DivClassName
{
background-color: #D3BEE0;
}
.BgClassName
{
background-color: #D3BEE0;
}
</style>
border-color css
<style>
span { border-color: #D3BEE0; }
span { border-color: rgb(211,190,224); }
td.TdClassName
{
border-color: #D3BEE0;
}
.TagClassName
{
border-color: #D3BEE0;
}
</style>