Shades of Blue Chalk #F0DAF8
Tints of Blue Chalk #F0DAF8
RGB
CMYK
RGB Variations
Color information
#F0DAF8 (or 0xF0DAF8) is known color: Blue Chalk. HEX triplet: F0, DA and F8. RGB value is (240,218,248). Sum of RGB (Red+Green+Blue) = 240+218+248=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0DAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAF8 is #0F2507. Grayscale: #E3E3E3. Windows color (decimal): -992520 or 16308976. OLE color: 16308976.
HSL color Cylindrical-coordinate representation of color #F0DAF8: hue angle of 284º 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 #F0DAF8 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 218 | 248 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.03 |
| HSL | 284º | 0.68% | 0.91% | - |
| HSV(B) | 284º | 0.12% | 0.97% | - |
| XYZ | 77.95 | 75.45 | 99.26 | - |
| YUV | 228 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 248 | 0.03 | 0.12 | 0 | 0.03 | 284 | 0.68 | 0.91 |
| Hex | F0 | DA | F8 | 3 | C | 0 | 3 | 11C | 44 | 5B |
| Octal | 360 | 332 | 370 | 3 | 14 | 0 | 3 | 434 | 104 | 133 |
| Binary | 11110000 | 11011010 | 11111000 | 11 | 1100 | 0 | 11 | 100011100 | 1000100 | 1011011 |
Color Harmonies of #F0DAF8
Complementary color
Monochromatic Colors of #F0DAF8
Black with #F0DAF8
Text Example
Text Example
White with #F0DAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAF8; }
p { color: rgb(240,218,248); }
H1.HeaderClassName
{
color: #F0DAF8;
}
.AnyTagClassName
{
color: #F0DAF8;
}
</style>
background-color css
<style>
a { background-color: #F0DAF8; }
a { background-color: rgb(240,218,248); }
div.DivClassName
{
background-color: #F0DAF8;
}
.BgClassName
{
background-color: #F0DAF8;
}
</style>
border-color css
<style>
span { border-color: #F0DAF8; }
span { border-color: rgb(240,218,248); }
td.TdClassName
{
border-color: #F0DAF8;
}
.TagClassName
{
border-color: #F0DAF8;
}
</style>