Shades of Blue Chalk #E8CFEF
Tints of Blue Chalk #E8CFEF
RGB
CMYK
RGB Variations
Color information
#E8CFEF (or 0xE8CFEF) is known color: Blue Chalk. HEX triplet: E8, CF and EF. RGB value is (232,207,239). Sum of RGB (Red+Green+Blue) = 232+207+239=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFEF is #173010. Grayscale: #DADADA. Windows color (decimal): -1519633 or 15716328. OLE color: 15716328.
HSL color Cylindrical-coordinate representation of color #E8CFEF: hue angle of 286.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CFEF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 207 | 239 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.06 |
| HSL | 286.88º | 0.5% | 0.87% | - |
| HSV(B) | 286.88º | 0.13% | 0.94% | - |
| XYZ | 71.17 | 68.01 | 91.04 | - |
| YUV | 218.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 239 | 0.03 | 0.13 | 0 | 0.06 | 286.88 | 0.5 | 0.87 |
| Hex | E8 | CF | EF | 3 | D | 0 | 6 | 11F | 32 | 57 |
| Octal | 350 | 317 | 357 | 3 | 15 | 0 | 6 | 437 | 62 | 127 |
| Binary | 11101000 | 11001111 | 11101111 | 11 | 1101 | 0 | 110 | 100011111 | 110010 | 1010111 |
Color Harmonies of #E8CFEF
Complementary color
Monochromatic Colors of #E8CFEF
Black with #E8CFEF
Text Example
Text Example
White with #E8CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFEF; }
p { color: rgb(232,207,239); }
H1.HeaderClassName
{
color: #E8CFEF;
}
.AnyTagClassName
{
color: #E8CFEF;
}
</style>
background-color css
<style>
a { background-color: #E8CFEF; }
a { background-color: rgb(232,207,239); }
div.DivClassName
{
background-color: #E8CFEF;
}
.BgClassName
{
background-color: #E8CFEF;
}
</style>
border-color css
<style>
span { border-color: #E8CFEF; }
span { border-color: rgb(232,207,239); }
td.TdClassName
{
border-color: #E8CFEF;
}
.TagClassName
{
border-color: #E8CFEF;
}
</style>