Shades of Blue Chalk #EFCBFE
Tints of Blue Chalk #EFCBFE
RGB
CMYK
RGB Variations
Color information
#EFCBFE (or 0xEFCBFE) is known color: Blue Chalk. HEX triplet: EF, CB and FE. RGB value is (239,203,254). Sum of RGB (Red+Green+Blue) = 239+203+254=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 203 (79.69% from 255 or 29.17% 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 #EFCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBFE is #103401. Grayscale: #DBDBDB. Windows color (decimal): -1061890 or 16698351. OLE color: 16698351.
HSL color Cylindrical-coordinate representation of color #EFCBFE: hue angle of 282.35º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCBFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 203 | 254 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.00 |
| HSL | 282.35º | 0.96% | 0.9% | - |
| HSV(B) | 282.35º | 0.2% | 1% | - |
| XYZ | 74.84 | 68.22 | 102.99 | - |
| YUV | 219.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 254 | 0.06 | 0.20 | 0 | 0.00 | 282.35 | 0.96 | 0.9 |
| Hex | EF | CB | FE | 6 | 14 | 0 | 0 | 11A | 60 | 5A |
| Octal | 357 | 313 | 376 | 6 | 24 | 0 | 0 | 432 | 140 | 132 |
| Binary | 11101111 | 11001011 | 11111110 | 110 | 10100 | 0 | 0 | 100011010 | 1100000 | 1011010 |
Color Harmonies of #EFCBFE
Complementary color
Monochromatic Colors of #EFCBFE
Black with #EFCBFE
Text Example
Text Example
White with #EFCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBFE; }
p { color: rgb(239,203,254); }
H1.HeaderClassName
{
color: #EFCBFE;
}
.AnyTagClassName
{
color: #EFCBFE;
}
</style>
background-color css
<style>
a { background-color: #EFCBFE; }
a { background-color: rgb(239,203,254); }
div.DivClassName
{
background-color: #EFCBFE;
}
.BgClassName
{
background-color: #EFCBFE;
}
</style>
border-color css
<style>
span { border-color: #EFCBFE; }
span { border-color: rgb(239,203,254); }
td.TdClassName
{
border-color: #EFCBFE;
}
.TagClassName
{
border-color: #EFCBFE;
}
</style>