Shades of Blue Chalk #EFCAFC
Tints of Blue Chalk #EFCAFC
RGB
CMYK
RGB Variations
Color information
#EFCAFC (or 0xEFCAFC) is known color: Blue Chalk. HEX triplet: EF, CA and FC. RGB value is (239,202,252). Sum of RGB (Red+Green+Blue) = 239+202+252=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFC is #103503. Grayscale: #DADADA. Windows color (decimal): -1062148 or 16567023. OLE color: 16567023.
HSL color Cylindrical-coordinate representation of color #EFCAFC: hue angle of 284.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCAFC is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 202 | 252 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.01 |
| HSL | 284.4º | 0.89% | 0.89% | - |
| HSV(B) | 284.4º | 0.2% | 0.99% | - |
| XYZ | 74.29 | 67.62 | 101.23 | - |
| YUV | 218.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 252 | 0.05 | 0.20 | 0 | 0.01 | 284.4 | 0.89 | 0.89 |
| Hex | EF | CA | FC | 5 | 14 | 0 | 1 | 11C | 59 | 59 |
| Octal | 357 | 312 | 374 | 5 | 24 | 0 | 1 | 434 | 131 | 131 |
| Binary | 11101111 | 11001010 | 11111100 | 101 | 10100 | 0 | 1 | 100011100 | 1011001 | 1011001 |
Color Harmonies of #EFCAFC
Complementary color
Monochromatic Colors of #EFCAFC
Black with #EFCAFC
Text Example
Text Example
White with #EFCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAFC; }
p { color: rgb(239,202,252); }
H1.HeaderClassName
{
color: #EFCAFC;
}
.AnyTagClassName
{
color: #EFCAFC;
}
</style>
background-color css
<style>
a { background-color: #EFCAFC; }
a { background-color: rgb(239,202,252); }
div.DivClassName
{
background-color: #EFCAFC;
}
.BgClassName
{
background-color: #EFCAFC;
}
</style>
border-color css
<style>
span { border-color: #EFCAFC; }
span { border-color: rgb(239,202,252); }
td.TdClassName
{
border-color: #EFCAFC;
}
.TagClassName
{
border-color: #EFCAFC;
}
</style>