Shades of Prelude #D2BEDE
Tints of Prelude #D2BEDE
RGB
CMYK
RGB Variations
Color information
#D2BEDE (or 0xD2BEDE) is known color: Prelude. HEX triplet: D2, BE and DE. RGB value is (210,190,222). Sum of RGB (Red+Green+Blue) = 210+190+222=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEDE is #2D4121. Grayscale: #C7C7C7. Windows color (decimal): -2965794 or 14597842. OLE color: 14597842.
HSL color Cylindrical-coordinate representation of color #D2BEDE: hue angle of 277.5º 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 #D2BEDE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 190 | 222 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.13 |
| HSL | 277.5º | 0.33% | 0.81% | - |
| HSV(B) | 277.5º | 0.14% | 0.87% | - |
| XYZ | 58.18 | 55.8 | 76.81 | - |
| YUV | 199.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 222 | 0.05 | 0.14 | 0 | 0.13 | 277.5 | 0.33 | 0.81 |
| Hex | D2 | BE | DE | 5 | E | 0 | D | 116 | 21 | 51 |
| Octal | 322 | 276 | 336 | 5 | 16 | 0 | 15 | 426 | 41 | 121 |
| Binary | 11010010 | 10111110 | 11011110 | 101 | 1110 | 0 | 1101 | 100010110 | 100001 | 1010001 |
Color Harmonies of #D2BEDE
Complementary color
Monochromatic Colors of #D2BEDE
Black with #D2BEDE
Text Example
Text Example
White with #D2BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BEDE; }
p { color: rgb(210,190,222); }
H1.HeaderClassName
{
color: #D2BEDE;
}
.AnyTagClassName
{
color: #D2BEDE;
}
</style>
background-color css
<style>
a { background-color: #D2BEDE; }
a { background-color: rgb(210,190,222); }
div.DivClassName
{
background-color: #D2BEDE;
}
.BgClassName
{
background-color: #D2BEDE;
}
</style>
border-color css
<style>
span { border-color: #D2BEDE; }
span { border-color: rgb(210,190,222); }
td.TdClassName
{
border-color: #D2BEDE;
}
.TagClassName
{
border-color: #D2BEDE;
}
</style>