Shades of Blue Chalk #EFD8FA
Tints of Blue Chalk #EFD8FA
RGB
CMYK
RGB Variations
Color information
#EFD8FA (or 0xEFD8FA) is known color: Blue Chalk. HEX triplet: EF, D8 and FA. RGB value is (239,216,250). Sum of RGB (Red+Green+Blue) = 239+216+250=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8FA is #102705. Grayscale: #E2E2E2. Windows color (decimal): -1058566 or 16439535. OLE color: 16439535.
HSL color Cylindrical-coordinate representation of color #EFD8FA: hue angle of 280.59º degrees, saturation: 0.77, 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 #EFD8FA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 216 | 250 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.02 |
| HSL | 280.59º | 0.77% | 0.91% | - |
| HSV(B) | 280.59º | 0.14% | 0.98% | - |
| XYZ | 77.41 | 74.36 | 100.72 | - |
| YUV | 226.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 250 | 0.04 | 0.14 | 0 | 0.02 | 280.59 | 0.77 | 0.91 |
| Hex | EF | D8 | FA | 4 | E | 0 | 2 | 119 | 4D | 5B |
| Octal | 357 | 330 | 372 | 4 | 16 | 0 | 2 | 431 | 115 | 133 |
| Binary | 11101111 | 11011000 | 11111010 | 100 | 1110 | 0 | 10 | 100011001 | 1001101 | 1011011 |
Color Harmonies of #EFD8FA
Complementary color
Monochromatic Colors of #EFD8FA
Black with #EFD8FA
Text Example
Text Example
White with #EFD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8FA; }
p { color: rgb(239,216,250); }
H1.HeaderClassName
{
color: #EFD8FA;
}
.AnyTagClassName
{
color: #EFD8FA;
}
</style>
background-color css
<style>
a { background-color: #EFD8FA; }
a { background-color: rgb(239,216,250); }
div.DivClassName
{
background-color: #EFD8FA;
}
.BgClassName
{
background-color: #EFD8FA;
}
</style>
border-color css
<style>
span { border-color: #EFD8FA; }
span { border-color: rgb(239,216,250); }
td.TdClassName
{
border-color: #EFD8FA;
}
.TagClassName
{
border-color: #EFD8FA;
}
</style>