Shades of Blue Chalk #EFDAF7
Tints of Blue Chalk #EFDAF7
RGB
CMYK
RGB Variations
Color information
#EFDAF7 (or 0xEFDAF7) is known color: Blue Chalk. HEX triplet: EF, DA and F7. RGB value is (239,218,247). Sum of RGB (Red+Green+Blue) = 239+218+247=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF7 is #102508. Grayscale: #E3E3E3. Windows color (decimal): -1058057 or 16243439. OLE color: 16243439.
HSL color Cylindrical-coordinate representation of color #EFDAF7: hue angle of 283.45º degrees, saturation: 0.64, 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 #EFDAF7 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 218 | 247 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.03 |
| HSL | 283.45º | 0.64% | 0.91% | - |
| HSV(B) | 283.45º | 0.12% | 0.97% | - |
| XYZ | 77.46 | 75.21 | 98.43 | - |
| YUV | 227.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 247 | 0.03 | 0.12 | 0 | 0.03 | 283.45 | 0.64 | 0.91 |
| Hex | EF | DA | F7 | 3 | C | 0 | 3 | 11B | 40 | 5B |
| Octal | 357 | 332 | 367 | 3 | 14 | 0 | 3 | 433 | 100 | 133 |
| Binary | 11101111 | 11011010 | 11110111 | 11 | 1100 | 0 | 11 | 100011011 | 1000000 | 1011011 |
Color Harmonies of #EFDAF7
Complementary color
Monochromatic Colors of #EFDAF7
Black with #EFDAF7
Text Example
Text Example
White with #EFDAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAF7; }
p { color: rgb(239,218,247); }
H1.HeaderClassName
{
color: #EFDAF7;
}
.AnyTagClassName
{
color: #EFDAF7;
}
</style>
background-color css
<style>
a { background-color: #EFDAF7; }
a { background-color: rgb(239,218,247); }
div.DivClassName
{
background-color: #EFDAF7;
}
.BgClassName
{
background-color: #EFDAF7;
}
</style>
border-color css
<style>
span { border-color: #EFDAF7; }
span { border-color: rgb(239,218,247); }
td.TdClassName
{
border-color: #EFDAF7;
}
.TagClassName
{
border-color: #EFDAF7;
}
</style>