Shades of Blue Chalk #EBCFFE
Tints of Blue Chalk #EBCFFE
RGB
CMYK
RGB Variations
Color information
#EBCFFE (or 0xEBCFFE) is known color: Blue Chalk. HEX triplet: EB, CF and FE. RGB value is (235,207,254). Sum of RGB (Red+Green+Blue) = 235+207+254=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBCFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFFE is #143001. Grayscale: #DCDCDC. Windows color (decimal): -1323010 or 16699371. OLE color: 16699371.
HSL color Cylindrical-coordinate representation of color #EBCFFE: hue angle of 275.74º 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 #EBCFFE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 207 | 254 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.00 |
| HSL | 275.74º | 0.96% | 0.9% | - |
| HSV(B) | 275.74º | 0.19% | 1% | - |
| XYZ | 74.46 | 69.44 | 103.25 | - |
| YUV | 220.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 254 | 0.07 | 0.19 | 0 | 0.00 | 275.74 | 0.96 | 0.9 |
| Hex | EB | CF | FE | 7 | 13 | 0 | 0 | 114 | 60 | 5A |
| Octal | 353 | 317 | 376 | 7 | 23 | 0 | 0 | 424 | 140 | 132 |
| Binary | 11101011 | 11001111 | 11111110 | 111 | 10011 | 0 | 0 | 100010100 | 1100000 | 1011010 |
Color Harmonies of #EBCFFE
Complementary color
Monochromatic Colors of #EBCFFE
Black with #EBCFFE
Text Example
Text Example
White with #EBCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCFFE; }
p { color: rgb(235,207,254); }
H1.HeaderClassName
{
color: #EBCFFE;
}
.AnyTagClassName
{
color: #EBCFFE;
}
</style>
background-color css
<style>
a { background-color: #EBCFFE; }
a { background-color: rgb(235,207,254); }
div.DivClassName
{
background-color: #EBCFFE;
}
.BgClassName
{
background-color: #EBCFFE;
}
</style>
border-color css
<style>
span { border-color: #EBCFFE; }
span { border-color: rgb(235,207,254); }
td.TdClassName
{
border-color: #EBCFFE;
}
.TagClassName
{
border-color: #EBCFFE;
}
</style>