Shades of Blue Chalk #F0D8FF
Tints of Blue Chalk #F0D8FF
RGB
CMYK
RGB Variations
Color information
#F0D8FF (or 0xF0D8FF) is known color: Blue Chalk. HEX triplet: F0, D8 and FF. RGB value is (240,216,255). Sum of RGB (Red+Green+Blue) = 240+216+255=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 216 (84.77% from 255 or 30.38% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D8FF is #0F2700. Grayscale: #E3E3E3. Windows color (decimal): -993025 or 16767216. OLE color: 16767216.
HSL color Cylindrical-coordinate representation of color #F0D8FF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0D8FF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 216 | 255 | - |
| CMYK | 0.06 | 0.15 | 0 | 0 |
| HSL | 276.92º | 1% | 0.92% | - |
| HSV(B) | 276.92º | 0.15% | 1% | - |
| XYZ | 78.54 | 74.86 | 104.92 | - |
| YUV | 227.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 255 | 0.06 | 0.15 | 0 | 0 | 276.92 | 1 | 0.92 |
| Hex | F0 | D8 | FF | 6 | F | 0 | 0 | 115 | 64 | 5C |
| Octal | 360 | 330 | 377 | 6 | 17 | 0 | 0 | 425 | 144 | 134 |
| Binary | 11110000 | 11011000 | 11111111 | 110 | 1111 | 0 | 0 | 100010101 | 1100100 | 1011100 |
Color Harmonies of #F0D8FF
Complementary color
Monochromatic Colors of #F0D8FF
Black with #F0D8FF
Text Example
Text Example
White with #F0D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D8FF; }
p { color: rgb(240,216,255); }
H1.HeaderClassName
{
color: #F0D8FF;
}
.AnyTagClassName
{
color: #F0D8FF;
}
</style>
background-color css
<style>
a { background-color: #F0D8FF; }
a { background-color: rgb(240,216,255); }
div.DivClassName
{
background-color: #F0D8FF;
}
.BgClassName
{
background-color: #F0D8FF;
}
</style>
border-color css
<style>
span { border-color: #F0D8FF; }
span { border-color: rgb(240,216,255); }
td.TdClassName
{
border-color: #F0D8FF;
}
.TagClassName
{
border-color: #F0D8FF;
}
</style>