Shades of Blue Chalk #EFD4FB
Tints of Blue Chalk #EFD4FB
RGB
CMYK
RGB Variations
Color information
#EFD4FB (or 0xEFD4FB) is known color: Blue Chalk. HEX triplet: EF, D4 and FB. RGB value is (239,212,251). Sum of RGB (Red+Green+Blue) = 239+212+251=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4FB is #102B04. Grayscale: #E0E0E0. Windows color (decimal): -1059589 or 16504047. OLE color: 16504047.
HSL color Cylindrical-coordinate representation of color #EFD4FB: hue angle of 281.54º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD4FB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 212 | 251 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.02 |
| HSL | 281.54º | 0.83% | 0.91% | - |
| HSV(B) | 281.54º | 0.16% | 0.98% | - |
| XYZ | 76.55 | 72.4 | 101.21 | - |
| YUV | 224.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 251 | 0.05 | 0.16 | 0 | 0.02 | 281.54 | 0.83 | 0.91 |
| Hex | EF | D4 | FB | 5 | 10 | 0 | 2 | 11A | 53 | 5B |
| Octal | 357 | 324 | 373 | 5 | 20 | 0 | 2 | 432 | 123 | 133 |
| Binary | 11101111 | 11010100 | 11111011 | 101 | 10000 | 0 | 10 | 100011010 | 1010011 | 1011011 |
Color Harmonies of #EFD4FB
Complementary color
Monochromatic Colors of #EFD4FB
Black with #EFD4FB
Text Example
Text Example
White with #EFD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4FB; }
p { color: rgb(239,212,251); }
H1.HeaderClassName
{
color: #EFD4FB;
}
.AnyTagClassName
{
color: #EFD4FB;
}
</style>
background-color css
<style>
a { background-color: #EFD4FB; }
a { background-color: rgb(239,212,251); }
div.DivClassName
{
background-color: #EFD4FB;
}
.BgClassName
{
background-color: #EFD4FB;
}
</style>
border-color css
<style>
span { border-color: #EFD4FB; }
span { border-color: rgb(239,212,251); }
td.TdClassName
{
border-color: #EFD4FB;
}
.TagClassName
{
border-color: #EFD4FB;
}
</style>