Shades of Blue Chalk #E8DBF3
Tints of Blue Chalk #E8DBF3
RGB
CMYK
RGB Variations
Color information
#E8DBF3 (or 0xE8DBF3) is known color: Blue Chalk. HEX triplet: E8, DB and F3. RGB value is (232,219,243). Sum of RGB (Red+Green+Blue) = 232+219+243=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8DBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBF3 is #17240C. Grayscale: #E1E1E1. Windows color (decimal): -1516557 or 15981544. OLE color: 15981544.
HSL color Cylindrical-coordinate representation of color #E8DBF3: hue angle of 272.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8DBF3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 219 | 243 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.05 |
| HSL | 272.5º | 0.5% | 0.91% | - |
| HSV(B) | 272.5º | 0.1% | 0.95% | - |
| XYZ | 74.79 | 74.29 | 95.19 | - |
| YUV | 225.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 243 | 0.05 | 0.10 | 0 | 0.05 | 272.5 | 0.5 | 0.91 |
| Hex | E8 | DB | F3 | 5 | A | 0 | 5 | 110 | 32 | 5B |
| Octal | 350 | 333 | 363 | 5 | 12 | 0 | 5 | 420 | 62 | 133 |
| Binary | 11101000 | 11011011 | 11110011 | 101 | 1010 | 0 | 101 | 100010000 | 110010 | 1011011 |
Color Harmonies of #E8DBF3
Complementary color
Monochromatic Colors of #E8DBF3
Black with #E8DBF3
Text Example
Text Example
White with #E8DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBF3; }
p { color: rgb(232,219,243); }
H1.HeaderClassName
{
color: #E8DBF3;
}
.AnyTagClassName
{
color: #E8DBF3;
}
</style>
background-color css
<style>
a { background-color: #E8DBF3; }
a { background-color: rgb(232,219,243); }
div.DivClassName
{
background-color: #E8DBF3;
}
.BgClassName
{
background-color: #E8DBF3;
}
</style>
border-color css
<style>
span { border-color: #E8DBF3; }
span { border-color: rgb(232,219,243); }
td.TdClassName
{
border-color: #E8DBF3;
}
.TagClassName
{
border-color: #E8DBF3;
}
</style>