Shades of Blue Chalk #EFD4FC
Tints of Blue Chalk #EFD4FC
RGB
CMYK
RGB Variations
Color information
#EFD4FC (or 0xEFD4FC) is known color: Blue Chalk. HEX triplet: EF, D4 and FC. RGB value is (239,212,252). Sum of RGB (Red+Green+Blue) = 239+212+252=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFD4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4FC is #102B03. Grayscale: #E0E0E0. Windows color (decimal): -1059588 or 16569583. OLE color: 16569583.
HSL color Cylindrical-coordinate representation of color #EFD4FC: hue angle of 280.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD4FC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 212 | 252 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.01 |
| HSL | 280.5º | 0.87% | 0.91% | - |
| HSV(B) | 280.5º | 0.16% | 0.99% | - |
| XYZ | 76.71 | 72.47 | 102.04 | - |
| YUV | 224.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 252 | 0.05 | 0.16 | 0 | 0.01 | 280.5 | 0.87 | 0.91 |
| Hex | EF | D4 | FC | 5 | 10 | 0 | 1 | 118 | 57 | 5B |
| Octal | 357 | 324 | 374 | 5 | 20 | 0 | 1 | 430 | 127 | 133 |
| Binary | 11101111 | 11010100 | 11111100 | 101 | 10000 | 0 | 1 | 100011000 | 1010111 | 1011011 |
Color Harmonies of #EFD4FC
Complementary color
Monochromatic Colors of #EFD4FC
Black with #EFD4FC
Text Example
Text Example
White with #EFD4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4FC; }
p { color: rgb(239,212,252); }
H1.HeaderClassName
{
color: #EFD4FC;
}
.AnyTagClassName
{
color: #EFD4FC;
}
</style>
background-color css
<style>
a { background-color: #EFD4FC; }
a { background-color: rgb(239,212,252); }
div.DivClassName
{
background-color: #EFD4FC;
}
.BgClassName
{
background-color: #EFD4FC;
}
</style>
border-color css
<style>
span { border-color: #EFD4FC; }
span { border-color: rgb(239,212,252); }
td.TdClassName
{
border-color: #EFD4FC;
}
.TagClassName
{
border-color: #EFD4FC;
}
</style>