Shades of Blue Chalk #E6CEFE
Tints of Blue Chalk #E6CEFE
RGB
CMYK
RGB Variations
Color information
#E6CEFE (or 0xE6CEFE) is known color: Blue Chalk. HEX triplet: E6, CE and FE. RGB value is (230,206,254). Sum of RGB (Red+Green+Blue) = 230+206+254=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEFE is #193101. Grayscale: #DADADA. Windows color (decimal): -1650946 or 16699110. OLE color: 16699110.
HSL color Cylindrical-coordinate representation of color #E6CEFE: hue angle of 270º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CEFE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 206 | 254 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.00 |
| HSL | 270º | 0.96% | 0.9% | - |
| HSV(B) | 270º | 0.19% | 1% | - |
| XYZ | 72.59 | 68.12 | 103.09 | - |
| YUV | 218.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 254 | 0.09 | 0.19 | 0 | 0.00 | 270 | 0.96 | 0.9 |
| Hex | E6 | CE | FE | 9 | 13 | 0 | 0 | 10E | 60 | 5A |
| Octal | 346 | 316 | 376 | 11 | 23 | 0 | 0 | 416 | 140 | 132 |
| Binary | 11100110 | 11001110 | 11111110 | 1001 | 10011 | 0 | 0 | 100001110 | 1100000 | 1011010 |
Color Harmonies of #E6CEFE
Complementary color
Monochromatic Colors of #E6CEFE
Black with #E6CEFE
Text Example
Text Example
White with #E6CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEFE; }
p { color: rgb(230,206,254); }
H1.HeaderClassName
{
color: #E6CEFE;
}
.AnyTagClassName
{
color: #E6CEFE;
}
</style>
background-color css
<style>
a { background-color: #E6CEFE; }
a { background-color: rgb(230,206,254); }
div.DivClassName
{
background-color: #E6CEFE;
}
.BgClassName
{
background-color: #E6CEFE;
}
</style>
border-color css
<style>
span { border-color: #E6CEFE; }
span { border-color: rgb(230,206,254); }
td.TdClassName
{
border-color: #E6CEFE;
}
.TagClassName
{
border-color: #E6CEFE;
}
</style>