Shades of Blue Chalk #E6CEFC
Tints of Blue Chalk #E6CEFC
RGB
CMYK
RGB Variations
Color information
#E6CEFC (or 0xE6CEFC) is known color: Blue Chalk. HEX triplet: E6, CE and FC. RGB value is (230,206,252). Sum of RGB (Red+Green+Blue) = 230+206+252=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEFC is #193103. Grayscale: #DADADA. Windows color (decimal): -1650948 or 16568038. OLE color: 16568038.
HSL color Cylindrical-coordinate representation of color #E6CEFC: hue angle of 271.3º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CEFC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 206 | 252 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.01 |
| HSL | 271.3º | 0.88% | 0.9% | - |
| HSV(B) | 271.3º | 0.18% | 0.99% | - |
| XYZ | 72.28 | 67.99 | 101.41 | - |
| YUV | 218.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 252 | 0.09 | 0.18 | 0 | 0.01 | 271.3 | 0.88 | 0.9 |
| Hex | E6 | CE | FC | 9 | 12 | 0 | 1 | 10F | 58 | 5A |
| Octal | 346 | 316 | 374 | 11 | 22 | 0 | 1 | 417 | 130 | 132 |
| Binary | 11100110 | 11001110 | 11111100 | 1001 | 10010 | 0 | 1 | 100001111 | 1011000 | 1011010 |
Color Harmonies of #E6CEFC
Complementary color
Monochromatic Colors of #E6CEFC
Black with #E6CEFC
Text Example
Text Example
White with #E6CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEFC; }
p { color: rgb(230,206,252); }
H1.HeaderClassName
{
color: #E6CEFC;
}
.AnyTagClassName
{
color: #E6CEFC;
}
</style>
background-color css
<style>
a { background-color: #E6CEFC; }
a { background-color: rgb(230,206,252); }
div.DivClassName
{
background-color: #E6CEFC;
}
.BgClassName
{
background-color: #E6CEFC;
}
</style>
border-color css
<style>
span { border-color: #E6CEFC; }
span { border-color: rgb(230,206,252); }
td.TdClassName
{
border-color: #E6CEFC;
}
.TagClassName
{
border-color: #E6CEFC;
}
</style>