Shades of Blue Chalk #EFCDFE
Tints of Blue Chalk #EFCDFE
RGB
CMYK
RGB Variations
Color information
#EFCDFE (or 0xEFCDFE) is known color: Blue Chalk. HEX triplet: EF, CD and FE. RGB value is (239,205,254). Sum of RGB (Red+Green+Blue) = 239+205+254=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDFE is #103201. Grayscale: #DCDCDC. Windows color (decimal): -1061378 or 16698863. OLE color: 16698863.
HSL color Cylindrical-coordinate representation of color #EFCDFE: hue angle of 281.63º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCDFE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 205 | 254 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.00 |
| HSL | 281.63º | 0.96% | 0.9% | - |
| HSV(B) | 281.63º | 0.19% | 1% | - |
| XYZ | 75.32 | 69.17 | 103.15 | - |
| YUV | 220.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 254 | 0.06 | 0.19 | 0 | 0.00 | 281.63 | 0.96 | 0.9 |
| Hex | EF | CD | FE | 6 | 13 | 0 | 0 | 11A | 60 | 5A |
| Octal | 357 | 315 | 376 | 6 | 23 | 0 | 0 | 432 | 140 | 132 |
| Binary | 11101111 | 11001101 | 11111110 | 110 | 10011 | 0 | 0 | 100011010 | 1100000 | 1011010 |
Color Harmonies of #EFCDFE
Complementary color
Monochromatic Colors of #EFCDFE
Black with #EFCDFE
Text Example
Text Example
White with #EFCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDFE; }
p { color: rgb(239,205,254); }
H1.HeaderClassName
{
color: #EFCDFE;
}
.AnyTagClassName
{
color: #EFCDFE;
}
</style>
background-color css
<style>
a { background-color: #EFCDFE; }
a { background-color: rgb(239,205,254); }
div.DivClassName
{
background-color: #EFCDFE;
}
.BgClassName
{
background-color: #EFCDFE;
}
</style>
border-color css
<style>
span { border-color: #EFCDFE; }
span { border-color: rgb(239,205,254); }
td.TdClassName
{
border-color: #EFCDFE;
}
.TagClassName
{
border-color: #EFCDFE;
}
</style>