Shades of Prelude #D2BADE
Tints of Prelude #D2BADE
RGB
CMYK
RGB Variations
Color information
#D2BADE (or 0xD2BADE) is known color: Prelude. HEX triplet: D2, BA and DE. RGB value is (210,186,222). Sum of RGB (Red+Green+Blue) = 210+186+222=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BADE is #2D4521. Grayscale: #C5C5C5. Windows color (decimal): -2966818 or 14596818. OLE color: 14596818.
HSL color Cylindrical-coordinate representation of color #D2BADE: hue angle of 280º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2BADE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 186 | 222 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.13 |
| HSL | 280º | 0.35% | 0.8% | - |
| HSV(B) | 280º | 0.16% | 0.87% | - |
| XYZ | 57.32 | 54.09 | 76.53 | - |
| YUV | 197.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 222 | 0.05 | 0.16 | 0 | 0.13 | 280 | 0.35 | 0.8 |
| Hex | D2 | BA | DE | 5 | 10 | 0 | D | 118 | 23 | 50 |
| Octal | 322 | 272 | 336 | 5 | 20 | 0 | 15 | 430 | 43 | 120 |
| Binary | 11010010 | 10111010 | 11011110 | 101 | 10000 | 0 | 1101 | 100011000 | 100011 | 1010000 |
Color Harmonies of #D2BADE
Complementary color
Monochromatic Colors of #D2BADE
Black with #D2BADE
Text Example
Text Example
White with #D2BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BADE; }
p { color: rgb(210,186,222); }
H1.HeaderClassName
{
color: #D2BADE;
}
.AnyTagClassName
{
color: #D2BADE;
}
</style>
background-color css
<style>
a { background-color: #D2BADE; }
a { background-color: rgb(210,186,222); }
div.DivClassName
{
background-color: #D2BADE;
}
.BgClassName
{
background-color: #D2BADE;
}
</style>
border-color css
<style>
span { border-color: #D2BADE; }
span { border-color: rgb(210,186,222); }
td.TdClassName
{
border-color: #D2BADE;
}
.TagClassName
{
border-color: #D2BADE;
}
</style>