Shades of Blue Chalk #EFD1FA
Tints of Blue Chalk #EFD1FA
RGB
CMYK
RGB Variations
Color information
#EFD1FA (or 0xEFD1FA) is known color: Blue Chalk. HEX triplet: EF, D1 and FA. RGB value is (239,209,250). Sum of RGB (Red+Green+Blue) = 239+209+250=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1FA is #102E05. Grayscale: #DEDEDE. Windows color (decimal): -1060358 or 16437743. OLE color: 16437743.
HSL color Cylindrical-coordinate representation of color #EFD1FA: hue angle of 283.9º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD1FA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 209 | 250 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.02 |
| HSL | 283.9º | 0.8% | 0.9% | - |
| HSV(B) | 283.9º | 0.16% | 0.98% | - |
| XYZ | 75.65 | 70.85 | 100.13 | - |
| YUV | 222.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 250 | 0.04 | 0.16 | 0 | 0.02 | 283.9 | 0.8 | 0.9 |
| Hex | EF | D1 | FA | 4 | 10 | 0 | 2 | 11C | 50 | 5A |
| Octal | 357 | 321 | 372 | 4 | 20 | 0 | 2 | 434 | 120 | 132 |
| Binary | 11101111 | 11010001 | 11111010 | 100 | 10000 | 0 | 10 | 100011100 | 1010000 | 1011010 |
Color Harmonies of #EFD1FA
Complementary color
Monochromatic Colors of #EFD1FA
Black with #EFD1FA
Text Example
Text Example
White with #EFD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1FA; }
p { color: rgb(239,209,250); }
H1.HeaderClassName
{
color: #EFD1FA;
}
.AnyTagClassName
{
color: #EFD1FA;
}
</style>
background-color css
<style>
a { background-color: #EFD1FA; }
a { background-color: rgb(239,209,250); }
div.DivClassName
{
background-color: #EFD1FA;
}
.BgClassName
{
background-color: #EFD1FA;
}
</style>
border-color css
<style>
span { border-color: #EFD1FA; }
span { border-color: rgb(239,209,250); }
td.TdClassName
{
border-color: #EFD1FA;
}
.TagClassName
{
border-color: #EFD1FA;
}
</style>