Shades of Blue Chalk #EFCEF6
Tints of Blue Chalk #EFCEF6
RGB
CMYK
RGB Variations
Color information
#EFCEF6 (or 0xEFCEF6) is known color: Blue Chalk. HEX triplet: EF, CE and F6. RGB value is (239,206,246). Sum of RGB (Red+Green+Blue) = 239+206+246=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFCEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF6 is #103109. Grayscale: #DCDCDC. Windows color (decimal): -1061130 or 16174831. OLE color: 16174831.
HSL color Cylindrical-coordinate representation of color #EFCEF6: hue angle of 289.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCEF6 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 206 | 246 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.04 |
| HSL | 289.5º | 0.69% | 0.89% | - |
| HSV(B) | 289.5º | 0.16% | 0.96% | - |
| XYZ | 74.3 | 69.15 | 96.62 | - |
| YUV | 220.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 246 | 0.03 | 0.16 | 0 | 0.04 | 289.5 | 0.69 | 0.89 |
| Hex | EF | CE | F6 | 3 | 10 | 0 | 4 | 122 | 45 | 59 |
| Octal | 357 | 316 | 366 | 3 | 20 | 0 | 4 | 442 | 105 | 131 |
| Binary | 11101111 | 11001110 | 11110110 | 11 | 10000 | 0 | 100 | 100100010 | 1000101 | 1011001 |
Color Harmonies of #EFCEF6
Complementary color
Monochromatic Colors of #EFCEF6
Black with #EFCEF6
Text Example
Text Example
White with #EFCEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEF6; }
p { color: rgb(239,206,246); }
H1.HeaderClassName
{
color: #EFCEF6;
}
.AnyTagClassName
{
color: #EFCEF6;
}
</style>
background-color css
<style>
a { background-color: #EFCEF6; }
a { background-color: rgb(239,206,246); }
div.DivClassName
{
background-color: #EFCEF6;
}
.BgClassName
{
background-color: #EFCEF6;
}
</style>
border-color css
<style>
span { border-color: #EFCEF6; }
span { border-color: rgb(239,206,246); }
td.TdClassName
{
border-color: #EFCEF6;
}
.TagClassName
{
border-color: #EFCEF6;
}
</style>