Shades of Blue Chalk #E8D9F3
Tints of Blue Chalk #E8D9F3
RGB
CMYK
RGB Variations
Color information
#E8D9F3 (or 0xE8D9F3) is known color: Blue Chalk. HEX triplet: E8, D9 and F3. RGB value is (232,217,243). Sum of RGB (Red+Green+Blue) = 232+217+243=692 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.53% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8D9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9F3 is #17260C. Grayscale: #E0E0E0. Windows color (decimal): -1517069 or 15981032. OLE color: 15981032.
HSL color Cylindrical-coordinate representation of color #E8D9F3: hue angle of 274.62º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8D9F3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 232 | 217 | 243 | - |
CMYK | 0.05 | 0.11 | 0 | 0.05 |
HSL | 274.62º | 0.52% | 0.9% | - |
HSV(B) | 274.62º | 0.11% | 0.95% | - |
XYZ | 74.27 | 73.25 | 95.02 | - |
YUV | 224.45 | 138.47 | 133.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 217 | 243 | 0.05 | 0.11 | 0 | 0.05 | 274.62 | 0.52 | 0.9 |
Hex | E8 | D9 | F3 | 5 | B | 0 | 5 | 113 | 34 | 5A |
Octal | 350 | 331 | 363 | 5 | 13 | 0 | 5 | 423 | 64 | 132 |
Binary | 11101000 | 11011001 | 11110011 | 101 | 1011 | 0 | 101 | 100010011 | 110100 | 1011010 |
Color Harmonies of #E8D9F3
Complementary color
Monochromatic Colors of #E8D9F3
Black with #E8D9F3
Text Example
Text Example
White with #E8D9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9F3; }
p { color: rgb(232,217,243); }
H1.HeaderClassName
{
color: #E8D9F3;
}
.AnyTagClassName
{
color: #E8D9F3;
}
</style>
background-color css
<style>
a { background-color: #E8D9F3; }
a { background-color: rgb(232,217,243); }
div.DivClassName
{
background-color: #E8D9F3;
}
.BgClassName
{
background-color: #E8D9F3;
}
</style>
border-color css
<style>
span { border-color: #E8D9F3; }
span { border-color: rgb(232,217,243); }
td.TdClassName
{
border-color: #E8D9F3;
}
.TagClassName
{
border-color: #E8D9F3;
}
</style>