Shades of Blue Chalk #EFCCFD
Tints of Blue Chalk #EFCCFD
RGB
CMYK
RGB Variations
Color information
#EFCCFD (or 0xEFCCFD) is known color: Blue Chalk. HEX triplet: EF, CC and FD. RGB value is (239,204,253). Sum of RGB (Red+Green+Blue) = 239+204+253=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFCCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFD is #103302. Grayscale: #DBDBDB. Windows color (decimal): -1061635 or 16633071. OLE color: 16633071.
HSL color Cylindrical-coordinate representation of color #EFCCFD: hue angle of 282.86º 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 #EFCCFD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 204 | 253 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.01 |
| HSL | 282.86º | 0.92% | 0.9% | - |
| HSV(B) | 282.86º | 0.19% | 0.99% | - |
| XYZ | 74.92 | 68.63 | 102.23 | - |
| YUV | 220.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 253 | 0.06 | 0.19 | 0 | 0.01 | 282.86 | 0.92 | 0.9 |
| Hex | EF | CC | FD | 6 | 13 | 0 | 1 | 11B | 5C | 5A |
| Octal | 357 | 314 | 375 | 6 | 23 | 0 | 1 | 433 | 134 | 132 |
| Binary | 11101111 | 11001100 | 11111101 | 110 | 10011 | 0 | 1 | 100011011 | 1011100 | 1011010 |
Color Harmonies of #EFCCFD
Complementary color
Monochromatic Colors of #EFCCFD
Black with #EFCCFD
Text Example
Text Example
White with #EFCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCFD; }
p { color: rgb(239,204,253); }
H1.HeaderClassName
{
color: #EFCCFD;
}
.AnyTagClassName
{
color: #EFCCFD;
}
</style>
background-color css
<style>
a { background-color: #EFCCFD; }
a { background-color: rgb(239,204,253); }
div.DivClassName
{
background-color: #EFCCFD;
}
.BgClassName
{
background-color: #EFCCFD;
}
</style>
border-color css
<style>
span { border-color: #EFCCFD; }
span { border-color: rgb(239,204,253); }
td.TdClassName
{
border-color: #EFCCFD;
}
.TagClassName
{
border-color: #EFCCFD;
}
</style>