Shades of Blue Chalk #EFD0FA
Tints of Blue Chalk #EFD0FA
RGB
CMYK
RGB Variations
Color information
#EFD0FA (or 0xEFD0FA) is known color: Blue Chalk. HEX triplet: EF, D0 and FA. RGB value is (239,208,250). Sum of RGB (Red+Green+Blue) = 239+208+250=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0FA is #102F05. Grayscale: #DDDDDD. Windows color (decimal): -1060614 or 16437487. OLE color: 16437487.
HSL color Cylindrical-coordinate representation of color #EFD0FA: hue angle of 284.29º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFD0FA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 208 | 250 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.02 |
| HSL | 284.29º | 0.81% | 0.9% | - |
| HSV(B) | 284.29º | 0.17% | 0.98% | - |
| XYZ | 75.41 | 70.36 | 100.05 | - |
| YUV | 222.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 250 | 0.04 | 0.17 | 0 | 0.02 | 284.29 | 0.81 | 0.9 |
| Hex | EF | D0 | FA | 4 | 11 | 0 | 2 | 11C | 51 | 5A |
| Octal | 357 | 320 | 372 | 4 | 21 | 0 | 2 | 434 | 121 | 132 |
| Binary | 11101111 | 11010000 | 11111010 | 100 | 10001 | 0 | 10 | 100011100 | 1010001 | 1011010 |
Color Harmonies of #EFD0FA
Complementary color
Monochromatic Colors of #EFD0FA
Black with #EFD0FA
Text Example
Text Example
White with #EFD0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0FA; }
p { color: rgb(239,208,250); }
H1.HeaderClassName
{
color: #EFD0FA;
}
.AnyTagClassName
{
color: #EFD0FA;
}
</style>
background-color css
<style>
a { background-color: #EFD0FA; }
a { background-color: rgb(239,208,250); }
div.DivClassName
{
background-color: #EFD0FA;
}
.BgClassName
{
background-color: #EFD0FA;
}
</style>
border-color css
<style>
span { border-color: #EFD0FA; }
span { border-color: rgb(239,208,250); }
td.TdClassName
{
border-color: #EFD0FA;
}
.TagClassName
{
border-color: #EFD0FA;
}
</style>