Shades of Blue Chalk #EFCCFC
Tints of Blue Chalk #EFCCFC
RGB
CMYK
RGB Variations
Color information
#EFCCFC (or 0xEFCCFC) is known color: Blue Chalk. HEX triplet: EF, CC and FC. RGB value is (239,204,252). Sum of RGB (Red+Green+Blue) = 239+204+252=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFC is #103303. Grayscale: #DBDBDB. Windows color (decimal): -1061636 or 16567535. OLE color: 16567535.
HSL color Cylindrical-coordinate representation of color #EFCCFC: hue angle of 283.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCCFC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 204 | 252 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.01 |
| HSL | 283.75º | 0.89% | 0.89% | - |
| HSV(B) | 283.75º | 0.19% | 0.99% | - |
| XYZ | 74.76 | 68.56 | 101.39 | - |
| YUV | 219.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 252 | 0.05 | 0.19 | 0 | 0.01 | 283.75 | 0.89 | 0.89 |
| Hex | EF | CC | FC | 5 | 13 | 0 | 1 | 11C | 59 | 59 |
| Octal | 357 | 314 | 374 | 5 | 23 | 0 | 1 | 434 | 131 | 131 |
| Binary | 11101111 | 11001100 | 11111100 | 101 | 10011 | 0 | 1 | 100011100 | 1011001 | 1011001 |
Color Harmonies of #EFCCFC
Complementary color
Monochromatic Colors of #EFCCFC
Black with #EFCCFC
Text Example
Text Example
White with #EFCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCFC; }
p { color: rgb(239,204,252); }
H1.HeaderClassName
{
color: #EFCCFC;
}
.AnyTagClassName
{
color: #EFCCFC;
}
</style>
background-color css
<style>
a { background-color: #EFCCFC; }
a { background-color: rgb(239,204,252); }
div.DivClassName
{
background-color: #EFCCFC;
}
.BgClassName
{
background-color: #EFCCFC;
}
</style>
border-color css
<style>
span { border-color: #EFCCFC; }
span { border-color: rgb(239,204,252); }
td.TdClassName
{
border-color: #EFCCFC;
}
.TagClassName
{
border-color: #EFCCFC;
}
</style>