Shades of Blue Chalk #EFCEFD
Tints of Blue Chalk #EFCEFD
RGB
CMYK
RGB Variations
Color information
#EFCEFD (or 0xEFCEFD) is known color: Blue Chalk. HEX triplet: EF, CE and FD. RGB value is (239,206,253). Sum of RGB (Red+Green+Blue) = 239+206+253=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEFD is #103102. Grayscale: #DDDDDD. Windows color (decimal): -1061123 or 16633583. OLE color: 16633583.
HSL color Cylindrical-coordinate representation of color #EFCEFD: hue angle of 282.13º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCEFD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 206 | 253 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.01 |
| HSL | 282.13º | 0.92% | 0.9% | - |
| HSV(B) | 282.13º | 0.19% | 0.99% | - |
| XYZ | 75.4 | 69.59 | 102.39 | - |
| YUV | 221.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 253 | 0.06 | 0.19 | 0 | 0.01 | 282.13 | 0.92 | 0.9 |
| Hex | EF | CE | FD | 6 | 13 | 0 | 1 | 11A | 5C | 5A |
| Octal | 357 | 316 | 375 | 6 | 23 | 0 | 1 | 432 | 134 | 132 |
| Binary | 11101111 | 11001110 | 11111101 | 110 | 10011 | 0 | 1 | 100011010 | 1011100 | 1011010 |
Color Harmonies of #EFCEFD
Complementary color
Monochromatic Colors of #EFCEFD
Black with #EFCEFD
Text Example
Text Example
White with #EFCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEFD; }
p { color: rgb(239,206,253); }
H1.HeaderClassName
{
color: #EFCEFD;
}
.AnyTagClassName
{
color: #EFCEFD;
}
</style>
background-color css
<style>
a { background-color: #EFCEFD; }
a { background-color: rgb(239,206,253); }
div.DivClassName
{
background-color: #EFCEFD;
}
.BgClassName
{
background-color: #EFCEFD;
}
</style>
border-color css
<style>
span { border-color: #EFCEFD; }
span { border-color: rgb(239,206,253); }
td.TdClassName
{
border-color: #EFCEFD;
}
.TagClassName
{
border-color: #EFCEFD;
}
</style>