Shades of Blue Chalk #E6CEF2
Tints of Blue Chalk #E6CEF2
RGB
CMYK
RGB Variations
Color information
#E6CEF2 (or 0xE6CEF2) is known color: Blue Chalk. HEX triplet: E6, CE and F2. RGB value is (230,206,242). Sum of RGB (Red+Green+Blue) = 230+206+242=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEF2 is #19310D. Grayscale: #D9D9D9. Windows color (decimal): -1650958 or 15912678. OLE color: 15912678.
HSL color Cylindrical-coordinate representation of color #E6CEF2: hue angle of 280º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6CEF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 206 | 242 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.05 |
| HSL | 280º | 0.58% | 0.88% | - |
| HSV(B) | 280º | 0.15% | 0.95% | - |
| XYZ | 70.73 | 67.38 | 93.28 | - |
| YUV | 217.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 242 | 0.05 | 0.15 | 0 | 0.05 | 280 | 0.58 | 0.88 |
| Hex | E6 | CE | F2 | 5 | F | 0 | 5 | 118 | 3A | 58 |
| Octal | 346 | 316 | 362 | 5 | 17 | 0 | 5 | 430 | 72 | 130 |
| Binary | 11100110 | 11001110 | 11110010 | 101 | 1111 | 0 | 101 | 100011000 | 111010 | 1011000 |
Color Harmonies of #E6CEF2
Complementary color
Monochromatic Colors of #E6CEF2
Black with #E6CEF2
Text Example
Text Example
White with #E6CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEF2; }
p { color: rgb(230,206,242); }
H1.HeaderClassName
{
color: #E6CEF2;
}
.AnyTagClassName
{
color: #E6CEF2;
}
</style>
background-color css
<style>
a { background-color: #E6CEF2; }
a { background-color: rgb(230,206,242); }
div.DivClassName
{
background-color: #E6CEF2;
}
.BgClassName
{
background-color: #E6CEF2;
}
</style>
border-color css
<style>
span { border-color: #E6CEF2; }
span { border-color: rgb(230,206,242); }
td.TdClassName
{
border-color: #E6CEF2;
}
.TagClassName
{
border-color: #E6CEF2;
}
</style>