Shades of Blue Chalk #E8D0FB
Tints of Blue Chalk #E8D0FB
RGB
CMYK
RGB Variations
Color information
#E8D0FB (or 0xE8D0FB) is known color: Blue Chalk. HEX triplet: E8, D0 and FB. RGB value is (232,208,251). Sum of RGB (Red+Green+Blue) = 232+208+251=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D0FB is #172F04. Grayscale: #DBDBDB. Windows color (decimal): -1519365 or 16503016. OLE color: 16503016.
HSL color Cylindrical-coordinate representation of color #E8D0FB: hue angle of 273.49º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8D0FB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 208 | 251 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.02 |
| HSL | 273.49º | 0.84% | 0.9% | - |
| HSV(B) | 273.49º | 0.17% | 0.98% | - |
| XYZ | 73.25 | 69.23 | 100.77 | - |
| YUV | 220.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 251 | 0.08 | 0.17 | 0 | 0.02 | 273.49 | 0.84 | 0.9 |
| Hex | E8 | D0 | FB | 8 | 11 | 0 | 2 | 111 | 54 | 5A |
| Octal | 350 | 320 | 373 | 10 | 21 | 0 | 2 | 421 | 124 | 132 |
| Binary | 11101000 | 11010000 | 11111011 | 1000 | 10001 | 0 | 10 | 100010001 | 1010100 | 1011010 |
Color Harmonies of #E8D0FB
Complementary color
Monochromatic Colors of #E8D0FB
Black with #E8D0FB
Text Example
Text Example
White with #E8D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D0FB; }
p { color: rgb(232,208,251); }
H1.HeaderClassName
{
color: #E8D0FB;
}
.AnyTagClassName
{
color: #E8D0FB;
}
</style>
background-color css
<style>
a { background-color: #E8D0FB; }
a { background-color: rgb(232,208,251); }
div.DivClassName
{
background-color: #E8D0FB;
}
.BgClassName
{
background-color: #E8D0FB;
}
</style>
border-color css
<style>
span { border-color: #E8D0FB; }
span { border-color: rgb(232,208,251); }
td.TdClassName
{
border-color: #E8D0FB;
}
.TagClassName
{
border-color: #E8D0FB;
}
</style>