Shades of Blue Chalk #E8D1FF
Tints of Blue Chalk #E8D1FF
RGB
CMYK
RGB Variations
Color information
#E8D1FF (or 0xE8D1FF) is known color: Blue Chalk. HEX triplet: E8, D1 and FF. RGB value is (232,209,255). Sum of RGB (Red+Green+Blue) = 232+209+255=696 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.33% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8D1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D1FF is #172E00. Grayscale: #DCDCDC. Windows color (decimal): -1519105 or 16765416. OLE color: 16765416.
HSL color Cylindrical-coordinate representation of color #E8D1FF: hue angle of 270º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8D1FF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 209 | 255 | - |
| CMYK | 0.09 | 0.18 | 0 | 0 |
| HSL | 270º | 1% | 0.91% | - |
| HSV(B) | 270º | 0.18% | 1% | - |
| XYZ | 74.13 | 69.98 | 104.21 | - |
| YUV | 221.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 255 | 0.09 | 0.18 | 0 | 0 | 270 | 1 | 0.91 |
| Hex | E8 | D1 | FF | 9 | 12 | 0 | 0 | 10E | 64 | 5B |
| Octal | 350 | 321 | 377 | 11 | 22 | 0 | 0 | 416 | 144 | 133 |
| Binary | 11101000 | 11010001 | 11111111 | 1001 | 10010 | 0 | 0 | 100001110 | 1100100 | 1011011 |
Color Harmonies of #E8D1FF
Complementary color
Monochromatic Colors of #E8D1FF
Black with #E8D1FF
Text Example
Text Example
White with #E8D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D1FF; }
p { color: rgb(232,209,255); }
H1.HeaderClassName
{
color: #E8D1FF;
}
.AnyTagClassName
{
color: #E8D1FF;
}
</style>
background-color css
<style>
a { background-color: #E8D1FF; }
a { background-color: rgb(232,209,255); }
div.DivClassName
{
background-color: #E8D1FF;
}
.BgClassName
{
background-color: #E8D1FF;
}
</style>
border-color css
<style>
span { border-color: #E8D1FF; }
span { border-color: rgb(232,209,255); }
td.TdClassName
{
border-color: #E8D1FF;
}
.TagClassName
{
border-color: #E8D1FF;
}
</style>