Shades of Blue Chalk #EFDAF8
Tints of Blue Chalk #EFDAF8
RGB
CMYK
RGB Variations
Color information
#EFDAF8 (or 0xEFDAF8) is known color: Blue Chalk. HEX triplet: EF, DA and F8. RGB value is (239,218,248). Sum of RGB (Red+Green+Blue) = 239+218+248=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFDAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF8 is #102507. Grayscale: #E3E3E3. Windows color (decimal): -1058056 or 16308975. OLE color: 16308975.
HSL color Cylindrical-coordinate representation of color #EFDAF8: hue angle of 282º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFDAF8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 218 | 248 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.03 |
| HSL | 282º | 0.68% | 0.91% | - |
| HSV(B) | 282º | 0.12% | 0.97% | - |
| XYZ | 77.61 | 75.27 | 99.25 | - |
| YUV | 227.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 248 | 0.04 | 0.12 | 0 | 0.03 | 282 | 0.68 | 0.91 |
| Hex | EF | DA | F8 | 4 | C | 0 | 3 | 11A | 44 | 5B |
| Octal | 357 | 332 | 370 | 4 | 14 | 0 | 3 | 432 | 104 | 133 |
| Binary | 11101111 | 11011010 | 11111000 | 100 | 1100 | 0 | 11 | 100011010 | 1000100 | 1011011 |
Color Harmonies of #EFDAF8
Complementary color
Monochromatic Colors of #EFDAF8
Black with #EFDAF8
Text Example
Text Example
White with #EFDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAF8; }
p { color: rgb(239,218,248); }
H1.HeaderClassName
{
color: #EFDAF8;
}
.AnyTagClassName
{
color: #EFDAF8;
}
</style>
background-color css
<style>
a { background-color: #EFDAF8; }
a { background-color: rgb(239,218,248); }
div.DivClassName
{
background-color: #EFDAF8;
}
.BgClassName
{
background-color: #EFDAF8;
}
</style>
border-color css
<style>
span { border-color: #EFDAF8; }
span { border-color: rgb(239,218,248); }
td.TdClassName
{
border-color: #EFDAF8;
}
.TagClassName
{
border-color: #EFDAF8;
}
</style>