Shades of Blue Chalk #EFCCFE
Tints of Blue Chalk #EFCCFE
RGB
CMYK
RGB Variations
Color information
#EFCCFE (or 0xEFCCFE) is known color: Blue Chalk. HEX triplet: EF, CC and FE. RGB value is (239,204,254). Sum of RGB (Red+Green+Blue) = 239+204+254=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFE is #103301. Grayscale: #DCDCDC. Windows color (decimal): -1061634 or 16698607. OLE color: 16698607.
HSL color Cylindrical-coordinate representation of color #EFCCFE: hue angle of 282º 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 #EFCCFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 204 | 254 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.00 |
| HSL | 282º | 0.96% | 0.9% | - |
| HSV(B) | 282º | 0.2% | 1% | - |
| XYZ | 75.08 | 68.69 | 103.07 | - |
| YUV | 220.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 254 | 0.06 | 0.20 | 0 | 0.00 | 282 | 0.96 | 0.9 |
| Hex | EF | CC | FE | 6 | 14 | 0 | 0 | 11A | 60 | 5A |
| Octal | 357 | 314 | 376 | 6 | 24 | 0 | 0 | 432 | 140 | 132 |
| Binary | 11101111 | 11001100 | 11111110 | 110 | 10100 | 0 | 0 | 100011010 | 1100000 | 1011010 |
Color Harmonies of #EFCCFE
Complementary color
Monochromatic Colors of #EFCCFE
Black with #EFCCFE
Text Example
Text Example
White with #EFCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCFE; }
p { color: rgb(239,204,254); }
H1.HeaderClassName
{
color: #EFCCFE;
}
.AnyTagClassName
{
color: #EFCCFE;
}
</style>
background-color css
<style>
a { background-color: #EFCCFE; }
a { background-color: rgb(239,204,254); }
div.DivClassName
{
background-color: #EFCCFE;
}
.BgClassName
{
background-color: #EFCCFE;
}
</style>
border-color css
<style>
span { border-color: #EFCCFE; }
span { border-color: rgb(239,204,254); }
td.TdClassName
{
border-color: #EFCCFE;
}
.TagClassName
{
border-color: #EFCCFE;
}
</style>