Shades of Blue Chalk #F0DAFF
Tints of Blue Chalk #F0DAFF
RGB
CMYK
RGB Variations
Color information
#F0DAFF (or 0xF0DAFF) is known color: Blue Chalk. HEX triplet: F0, DA and FF. RGB value is (240,218,255). Sum of RGB (Red+Green+Blue) = 240+218+255=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAFF is #0F2500. Grayscale: #E4E4E4. Windows color (decimal): -992513 or 16767728. OLE color: 16767728.
HSL color Cylindrical-coordinate representation of color #F0DAFF: hue angle of 275.68º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0DAFF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 218 | 255 | - |
| CMYK | 0.06 | 0.15 | 0 | 0 |
| HSL | 275.68º | 1% | 0.93% | - |
| HSV(B) | 275.68º | 0.15% | 1% | - |
| XYZ | 79.06 | 75.89 | 105.09 | - |
| YUV | 228.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 255 | 0.06 | 0.15 | 0 | 0 | 275.68 | 1 | 0.93 |
| Hex | F0 | DA | FF | 6 | F | 0 | 0 | 114 | 64 | 5D |
| Octal | 360 | 332 | 377 | 6 | 17 | 0 | 0 | 424 | 144 | 135 |
| Binary | 11110000 | 11011010 | 11111111 | 110 | 1111 | 0 | 0 | 100010100 | 1100100 | 1011101 |
Color Harmonies of #F0DAFF
Complementary color
Monochromatic Colors of #F0DAFF
Black with #F0DAFF
Text Example
Text Example
White with #F0DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAFF; }
p { color: rgb(240,218,255); }
H1.HeaderClassName
{
color: #F0DAFF;
}
.AnyTagClassName
{
color: #F0DAFF;
}
</style>
background-color css
<style>
a { background-color: #F0DAFF; }
a { background-color: rgb(240,218,255); }
div.DivClassName
{
background-color: #F0DAFF;
}
.BgClassName
{
background-color: #F0DAFF;
}
</style>
border-color css
<style>
span { border-color: #F0DAFF; }
span { border-color: rgb(240,218,255); }
td.TdClassName
{
border-color: #F0DAFF;
}
.TagClassName
{
border-color: #F0DAFF;
}
</style>