Shades of Blue Chalk #E6CEEF
Tints of Blue Chalk #E6CEEF
RGB
CMYK
RGB Variations
Color information
#E6CEEF (or 0xE6CEEF) is known color: Blue Chalk. HEX triplet: E6, CE and EF. RGB value is (230,206,239). Sum of RGB (Red+Green+Blue) = 230+206+239=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEEF is #193110. Grayscale: #D8D8D8. Windows color (decimal): -1650961 or 15716070. OLE color: 15716070.
HSL color Cylindrical-coordinate representation of color #E6CEEF: hue angle of 283.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CEEF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 206 | 239 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.06 |
| HSL | 283.64º | 0.51% | 0.87% | - |
| HSV(B) | 283.64º | 0.14% | 0.94% | - |
| XYZ | 70.28 | 67.2 | 90.93 | - |
| YUV | 216.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 239 | 0.04 | 0.14 | 0 | 0.06 | 283.64 | 0.51 | 0.87 |
| Hex | E6 | CE | EF | 4 | E | 0 | 6 | 11C | 33 | 57 |
| Octal | 346 | 316 | 357 | 4 | 16 | 0 | 6 | 434 | 63 | 127 |
| Binary | 11100110 | 11001110 | 11101111 | 100 | 1110 | 0 | 110 | 100011100 | 110011 | 1010111 |
Color Harmonies of #E6CEEF
Complementary color
Monochromatic Colors of #E6CEEF
Black with #E6CEEF
Text Example
Text Example
White with #E6CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEEF; }
p { color: rgb(230,206,239); }
H1.HeaderClassName
{
color: #E6CEEF;
}
.AnyTagClassName
{
color: #E6CEEF;
}
</style>
background-color css
<style>
a { background-color: #E6CEEF; }
a { background-color: rgb(230,206,239); }
div.DivClassName
{
background-color: #E6CEEF;
}
.BgClassName
{
background-color: #E6CEEF;
}
</style>
border-color css
<style>
span { border-color: #E6CEEF; }
span { border-color: rgb(230,206,239); }
td.TdClassName
{
border-color: #E6CEEF;
}
.TagClassName
{
border-color: #E6CEEF;
}
</style>