Shades of Blue Chalk #E8DCF3
Tints of Blue Chalk #E8DCF3
RGB
CMYK
RGB Variations
Color information
#E8DCF3 (or 0xE8DCF3) is known color: Blue Chalk. HEX triplet: E8, DC and F3. RGB value is (232,220,243). Sum of RGB (Red+Green+Blue) = 232+220+243=695 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.38% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCF3 is #17230C. Grayscale: #E2E2E2. Windows color (decimal): -1516301 or 15981800. OLE color: 15981800.
HSL color Cylindrical-coordinate representation of color #E8DCF3: hue angle of 271.3º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8DCF3 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 220 | 243 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.05 |
| HSL | 271.3º | 0.49% | 0.91% | - |
| HSV(B) | 271.3º | 0.09% | 0.95% | - |
| XYZ | 75.05 | 74.81 | 95.28 | - |
| YUV | 226.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 243 | 0.05 | 0.09 | 0 | 0.05 | 271.3 | 0.49 | 0.91 |
| Hex | E8 | DC | F3 | 5 | 9 | 0 | 5 | 10F | 31 | 5B |
| Octal | 350 | 334 | 363 | 5 | 11 | 0 | 5 | 417 | 61 | 133 |
| Binary | 11101000 | 11011100 | 11110011 | 101 | 1001 | 0 | 101 | 100001111 | 110001 | 1011011 |
Color Harmonies of #E8DCF3
Complementary color
Monochromatic Colors of #E8DCF3
Black with #E8DCF3
Text Example
Text Example
White with #E8DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCF3; }
p { color: rgb(232,220,243); }
H1.HeaderClassName
{
color: #E8DCF3;
}
.AnyTagClassName
{
color: #E8DCF3;
}
</style>
background-color css
<style>
a { background-color: #E8DCF3; }
a { background-color: rgb(232,220,243); }
div.DivClassName
{
background-color: #E8DCF3;
}
.BgClassName
{
background-color: #E8DCF3;
}
</style>
border-color css
<style>
span { border-color: #E8DCF3; }
span { border-color: rgb(232,220,243); }
td.TdClassName
{
border-color: #E8DCF3;
}
.TagClassName
{
border-color: #E8DCF3;
}
</style>