Shades of Blue Chalk #EFC6FD
Tints of Blue Chalk #EFC6FD
RGB
CMYK
RGB Variations
Color information
#EFC6FD (or 0xEFC6FD) is known color: Blue Chalk. HEX triplet: EF, C6 and FD. RGB value is (239,198,253). Sum of RGB (Red+Green+Blue) = 239+198+253=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6FD is #103902. Grayscale: #D8D8D8. Windows color (decimal): -1063171 or 16631535. OLE color: 16631535.
HSL color Cylindrical-coordinate representation of color #EFC6FD: hue angle of 284.73º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC6FD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 198 | 253 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.01 |
| HSL | 284.73º | 0.93% | 0.88% | - |
| HSV(B) | 284.73º | 0.22% | 0.99% | - |
| XYZ | 73.52 | 65.83 | 101.76 | - |
| YUV | 216.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 253 | 0.06 | 0.22 | 0 | 0.01 | 284.73 | 0.93 | 0.88 |
| Hex | EF | C6 | FD | 6 | 16 | 0 | 1 | 11D | 5D | 58 |
| Octal | 357 | 306 | 375 | 6 | 26 | 0 | 1 | 435 | 135 | 130 |
| Binary | 11101111 | 11000110 | 11111101 | 110 | 10110 | 0 | 1 | 100011101 | 1011101 | 1011000 |
Color Harmonies of #EFC6FD
Complementary color
Monochromatic Colors of #EFC6FD
Black with #EFC6FD
Text Example
Text Example
White with #EFC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6FD; }
p { color: rgb(239,198,253); }
H1.HeaderClassName
{
color: #EFC6FD;
}
.AnyTagClassName
{
color: #EFC6FD;
}
</style>
background-color css
<style>
a { background-color: #EFC6FD; }
a { background-color: rgb(239,198,253); }
div.DivClassName
{
background-color: #EFC6FD;
}
.BgClassName
{
background-color: #EFC6FD;
}
</style>
border-color css
<style>
span { border-color: #EFC6FD; }
span { border-color: rgb(239,198,253); }
td.TdClassName
{
border-color: #EFC6FD;
}
.TagClassName
{
border-color: #EFC6FD;
}
</style>