Shades of Blue Chalk #EFCEFC
Tints of Blue Chalk #EFCEFC
RGB
CMYK
RGB Variations
Color information
#EFCEFC (or 0xEFCEFC) is known color: Blue Chalk. HEX triplet: EF, CE and FC. RGB value is (239,206,252). Sum of RGB (Red+Green+Blue) = 239+206+252=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEFC is #103103. Grayscale: #DCDCDC. Windows color (decimal): -1061124 or 16568047. OLE color: 16568047.
HSL color Cylindrical-coordinate representation of color #EFCEFC: hue angle of 283.04º 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 #EFCEFC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 206 | 252 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.01 |
| HSL | 283.04º | 0.88% | 0.9% | - |
| HSV(B) | 283.04º | 0.18% | 0.99% | - |
| XYZ | 75.24 | 69.52 | 101.55 | - |
| YUV | 221.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 252 | 0.05 | 0.18 | 0 | 0.01 | 283.04 | 0.88 | 0.9 |
| Hex | EF | CE | FC | 5 | 12 | 0 | 1 | 11B | 58 | 5A |
| Octal | 357 | 316 | 374 | 5 | 22 | 0 | 1 | 433 | 130 | 132 |
| Binary | 11101111 | 11001110 | 11111100 | 101 | 10010 | 0 | 1 | 100011011 | 1011000 | 1011010 |
Color Harmonies of #EFCEFC
Complementary color
Monochromatic Colors of #EFCEFC
Black with #EFCEFC
Text Example
Text Example
White with #EFCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEFC; }
p { color: rgb(239,206,252); }
H1.HeaderClassName
{
color: #EFCEFC;
}
.AnyTagClassName
{
color: #EFCEFC;
}
</style>
background-color css
<style>
a { background-color: #EFCEFC; }
a { background-color: rgb(239,206,252); }
div.DivClassName
{
background-color: #EFCEFC;
}
.BgClassName
{
background-color: #EFCEFC;
}
</style>
border-color css
<style>
span { border-color: #EFCEFC; }
span { border-color: rgb(239,206,252); }
td.TdClassName
{
border-color: #EFCEFC;
}
.TagClassName
{
border-color: #EFCEFC;
}
</style>