Shades of Blue Chalk #EFD7FB
Tints of Blue Chalk #EFD7FB
RGB
CMYK
RGB Variations
Color information
#EFD7FB (or 0xEFD7FB) is known color: Blue Chalk. HEX triplet: EF, D7 and FB. RGB value is (239,215,251). Sum of RGB (Red+Green+Blue) = 239+215+251=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FB is #102804. Grayscale: #E2E2E2. Windows color (decimal): -1058821 or 16504815. OLE color: 16504815.
HSL color Cylindrical-coordinate representation of color #EFD7FB: hue angle of 280º degrees, saturation: 0.82, 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 #EFD7FB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 215 | 251 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.02 |
| HSL | 280º | 0.82% | 0.91% | - |
| HSV(B) | 280º | 0.14% | 0.98% | - |
| XYZ | 77.31 | 73.92 | 101.46 | - |
| YUV | 226.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 251 | 0.05 | 0.14 | 0 | 0.02 | 280 | 0.82 | 0.91 |
| Hex | EF | D7 | FB | 5 | E | 0 | 2 | 118 | 52 | 5B |
| Octal | 357 | 327 | 373 | 5 | 16 | 0 | 2 | 430 | 122 | 133 |
| Binary | 11101111 | 11010111 | 11111011 | 101 | 1110 | 0 | 10 | 100011000 | 1010010 | 1011011 |
Color Harmonies of #EFD7FB
Complementary color
Monochromatic Colors of #EFD7FB
Black with #EFD7FB
Text Example
Text Example
White with #EFD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7FB; }
p { color: rgb(239,215,251); }
H1.HeaderClassName
{
color: #EFD7FB;
}
.AnyTagClassName
{
color: #EFD7FB;
}
</style>
background-color css
<style>
a { background-color: #EFD7FB; }
a { background-color: rgb(239,215,251); }
div.DivClassName
{
background-color: #EFD7FB;
}
.BgClassName
{
background-color: #EFD7FB;
}
</style>
border-color css
<style>
span { border-color: #EFD7FB; }
span { border-color: rgb(239,215,251); }
td.TdClassName
{
border-color: #EFD7FB;
}
.TagClassName
{
border-color: #EFD7FB;
}
</style>