Shades of Blue Chalk #E8D2F8
Tints of Blue Chalk #E8D2F8
RGB
CMYK
RGB Variations
Color information
#E8D2F8 (or 0xE8D2F8) is known color: Blue Chalk. HEX triplet: E8, D2 and F8. RGB value is (232,210,248). Sum of RGB (Red+Green+Blue) = 232+210+248=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8D2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D2F8 is #172D07. Grayscale: #DCDCDC. Windows color (decimal): -1518856 or 16306920. OLE color: 16306920.
HSL color Cylindrical-coordinate representation of color #E8D2F8: hue angle of 274.74º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D2F8 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 210 | 248 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.03 |
| HSL | 274.74º | 0.73% | 0.9% | - |
| HSV(B) | 274.74º | 0.15% | 0.97% | - |
| XYZ | 73.27 | 70.03 | 98.46 | - |
| YUV | 220.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 248 | 0.06 | 0.15 | 0 | 0.03 | 274.74 | 0.73 | 0.9 |
| Hex | E8 | D2 | F8 | 6 | F | 0 | 3 | 113 | 49 | 5A |
| Octal | 350 | 322 | 370 | 6 | 17 | 0 | 3 | 423 | 111 | 132 |
| Binary | 11101000 | 11010010 | 11111000 | 110 | 1111 | 0 | 11 | 100010011 | 1001001 | 1011010 |
Color Harmonies of #E8D2F8
Complementary color
Monochromatic Colors of #E8D2F8
Black with #E8D2F8
Text Example
Text Example
White with #E8D2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2F8; }
p { color: rgb(232,210,248); }
H1.HeaderClassName
{
color: #E8D2F8;
}
.AnyTagClassName
{
color: #E8D2F8;
}
</style>
background-color css
<style>
a { background-color: #E8D2F8; }
a { background-color: rgb(232,210,248); }
div.DivClassName
{
background-color: #E8D2F8;
}
.BgClassName
{
background-color: #E8D2F8;
}
</style>
border-color css
<style>
span { border-color: #E8D2F8; }
span { border-color: rgb(232,210,248); }
td.TdClassName
{
border-color: #E8D2F8;
}
.TagClassName
{
border-color: #E8D2F8;
}
</style>