Shades of Blue Chalk #EFCAFF
Tints of Blue Chalk #EFCAFF
RGB
CMYK
RGB Variations
Color information
#EFCAFF (or 0xEFCAFF) is known color: Blue Chalk. HEX triplet: EF, CA and FF. RGB value is (239,202,255). Sum of RGB (Red+Green+Blue) = 239+202+255=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFF is #103500. Grayscale: #DADADA. Windows color (decimal): -1062145 or 16763631. OLE color: 16763631.
HSL color Cylindrical-coordinate representation of color #EFCAFF: hue angle of 281.89º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFCAFF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 202 | 255 | - |
| CMYK | 0.06 | 0.21 | 0 | 0 |
| HSL | 281.89º | 1% | 0.9% | - |
| HSV(B) | 281.89º | 0.21% | 1% | - |
| XYZ | 74.77 | 67.81 | 103.76 | - |
| YUV | 219.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 255 | 0.06 | 0.21 | 0 | 0 | 281.89 | 1 | 0.9 |
| Hex | EF | CA | FF | 6 | 15 | 0 | 0 | 11A | 64 | 5A |
| Octal | 357 | 312 | 377 | 6 | 25 | 0 | 0 | 432 | 144 | 132 |
| Binary | 11101111 | 11001010 | 11111111 | 110 | 10101 | 0 | 0 | 100011010 | 1100100 | 1011010 |
Color Harmonies of #EFCAFF
Complementary color
Monochromatic Colors of #EFCAFF
Black with #EFCAFF
Text Example
Text Example
White with #EFCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAFF; }
p { color: rgb(239,202,255); }
H1.HeaderClassName
{
color: #EFCAFF;
}
.AnyTagClassName
{
color: #EFCAFF;
}
</style>
background-color css
<style>
a { background-color: #EFCAFF; }
a { background-color: rgb(239,202,255); }
div.DivClassName
{
background-color: #EFCAFF;
}
.BgClassName
{
background-color: #EFCAFF;
}
</style>
border-color css
<style>
span { border-color: #EFCAFF; }
span { border-color: rgb(239,202,255); }
td.TdClassName
{
border-color: #EFCAFF;
}
.TagClassName
{
border-color: #EFCAFF;
}
</style>