Shades of Blue Chalk #EFD6FA
Tints of Blue Chalk #EFD6FA
RGB
CMYK
RGB Variations
Color information
#EFD6FA (or 0xEFD6FA) is known color: Blue Chalk. HEX triplet: EF, D6 and FA. RGB value is (239,214,250). Sum of RGB (Red+Green+Blue) = 239+214+250=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6FA is #102905. Grayscale: #E1E1E1. Windows color (decimal): -1059078 or 16439023. OLE color: 16439023.
HSL color Cylindrical-coordinate representation of color #EFD6FA: hue angle of 281.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD6FA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 214 | 250 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.02 |
| HSL | 281.67º | 0.78% | 0.91% | - |
| HSV(B) | 281.67º | 0.14% | 0.98% | - |
| XYZ | 76.9 | 73.35 | 100.55 | - |
| YUV | 225.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 250 | 0.04 | 0.14 | 0 | 0.02 | 281.67 | 0.78 | 0.91 |
| Hex | EF | D6 | FA | 4 | E | 0 | 2 | 11A | 4E | 5B |
| Octal | 357 | 326 | 372 | 4 | 16 | 0 | 2 | 432 | 116 | 133 |
| Binary | 11101111 | 11010110 | 11111010 | 100 | 1110 | 0 | 10 | 100011010 | 1001110 | 1011011 |
Color Harmonies of #EFD6FA
Complementary color
Monochromatic Colors of #EFD6FA
Black with #EFD6FA
Text Example
Text Example
White with #EFD6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6FA; }
p { color: rgb(239,214,250); }
H1.HeaderClassName
{
color: #EFD6FA;
}
.AnyTagClassName
{
color: #EFD6FA;
}
</style>
background-color css
<style>
a { background-color: #EFD6FA; }
a { background-color: rgb(239,214,250); }
div.DivClassName
{
background-color: #EFD6FA;
}
.BgClassName
{
background-color: #EFD6FA;
}
</style>
border-color css
<style>
span { border-color: #EFD6FA; }
span { border-color: rgb(239,214,250); }
td.TdClassName
{
border-color: #EFD6FA;
}
.TagClassName
{
border-color: #EFD6FA;
}
</style>