Shades of Blue Chalk #EFCAFE
Tints of Blue Chalk #EFCAFE
RGB
CMYK
RGB Variations
Color information
#EFCAFE (or 0xEFCAFE) is known color: Blue Chalk. HEX triplet: EF, CA and FE. RGB value is (239,202,254). Sum of RGB (Red+Green+Blue) = 239+202+254=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFE is #103501. Grayscale: #DADADA. Windows color (decimal): -1062146 or 16698095. OLE color: 16698095.
HSL color Cylindrical-coordinate representation of color #EFCAFE: hue angle of 282.69º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCAFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 202 | 254 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.00 |
| HSL | 282.69º | 0.96% | 0.89% | - |
| HSV(B) | 282.69º | 0.2% | 1% | - |
| XYZ | 74.61 | 67.75 | 102.91 | - |
| YUV | 218.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 254 | 0.06 | 0.20 | 0 | 0.00 | 282.69 | 0.96 | 0.89 |
| Hex | EF | CA | FE | 6 | 14 | 0 | 0 | 11B | 60 | 59 |
| Octal | 357 | 312 | 376 | 6 | 24 | 0 | 0 | 433 | 140 | 131 |
| Binary | 11101111 | 11001010 | 11111110 | 110 | 10100 | 0 | 0 | 100011011 | 1100000 | 1011001 |
Color Harmonies of #EFCAFE
Complementary color
Monochromatic Colors of #EFCAFE
Black with #EFCAFE
Text Example
Text Example
White with #EFCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAFE; }
p { color: rgb(239,202,254); }
H1.HeaderClassName
{
color: #EFCAFE;
}
.AnyTagClassName
{
color: #EFCAFE;
}
</style>
background-color css
<style>
a { background-color: #EFCAFE; }
a { background-color: rgb(239,202,254); }
div.DivClassName
{
background-color: #EFCAFE;
}
.BgClassName
{
background-color: #EFCAFE;
}
</style>
border-color css
<style>
span { border-color: #EFCAFE; }
span { border-color: rgb(239,202,254); }
td.TdClassName
{
border-color: #EFCAFE;
}
.TagClassName
{
border-color: #EFCAFE;
}
</style>