Shades of Blue Chalk #EFC9FF
Tints of Blue Chalk #EFC9FF
RGB
CMYK
RGB Variations
Color information
#EFC9FF (or 0xEFC9FF) is known color: Blue Chalk. HEX triplet: EF, C9 and FF. RGB value is (239,201,255). Sum of RGB (Red+Green+Blue) = 239+201+255=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 201 (78.91% from 255 or 28.92% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FF is #103600. Grayscale: #DADADA. Windows color (decimal): -1062401 or 16763375. OLE color: 16763375.
HSL color Cylindrical-coordinate representation of color #EFC9FF: hue angle of 282.22º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC9FF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 201 | 255 | - |
| CMYK | 0.06 | 0.21 | 0 | 0 |
| HSL | 282.22º | 1% | 0.89% | - |
| HSV(B) | 282.22º | 0.21% | 1% | - |
| XYZ | 74.53 | 67.34 | 103.68 | - |
| YUV | 218.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 255 | 0.06 | 0.21 | 0 | 0 | 282.22 | 1 | 0.89 |
| Hex | EF | C9 | FF | 6 | 15 | 0 | 0 | 11A | 64 | 59 |
| Octal | 357 | 311 | 377 | 6 | 25 | 0 | 0 | 432 | 144 | 131 |
| Binary | 11101111 | 11001001 | 11111111 | 110 | 10101 | 0 | 0 | 100011010 | 1100100 | 1011001 |
Color Harmonies of #EFC9FF
Complementary color
Monochromatic Colors of #EFC9FF
Black with #EFC9FF
Text Example
Text Example
White with #EFC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9FF; }
p { color: rgb(239,201,255); }
H1.HeaderClassName
{
color: #EFC9FF;
}
.AnyTagClassName
{
color: #EFC9FF;
}
</style>
background-color css
<style>
a { background-color: #EFC9FF; }
a { background-color: rgb(239,201,255); }
div.DivClassName
{
background-color: #EFC9FF;
}
.BgClassName
{
background-color: #EFC9FF;
}
</style>
border-color css
<style>
span { border-color: #EFC9FF; }
span { border-color: rgb(239,201,255); }
td.TdClassName
{
border-color: #EFC9FF;
}
.TagClassName
{
border-color: #EFC9FF;
}
</style>