Shades of Blue Chalk #F0DBFF
Tints of Blue Chalk #F0DBFF
RGB
CMYK
RGB Variations
Color information
#F0DBFF (or 0xF0DBFF) is known color: Blue Chalk. HEX triplet: F0, DB and FF. RGB value is (240,219,255). Sum of RGB (Red+Green+Blue) = 240+219+255=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBFF is #0F2400. Grayscale: #E5E5E5. Windows color (decimal): -992257 or 16767984. OLE color: 16767984.
HSL color Cylindrical-coordinate representation of color #F0DBFF: hue angle of 275º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0DBFF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 219 | 255 | - |
| CMYK | 0.06 | 0.14 | 0 | 0 |
| HSL | 275º | 1% | 0.93% | - |
| HSV(B) | 275º | 0.14% | 1% | - |
| XYZ | 79.32 | 76.41 | 105.18 | - |
| YUV | 229.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 255 | 0.06 | 0.14 | 0 | 0 | 275 | 1 | 0.93 |
| Hex | F0 | DB | FF | 6 | E | 0 | 0 | 113 | 64 | 5D |
| Octal | 360 | 333 | 377 | 6 | 16 | 0 | 0 | 423 | 144 | 135 |
| Binary | 11110000 | 11011011 | 11111111 | 110 | 1110 | 0 | 0 | 100010011 | 1100100 | 1011101 |
Color Harmonies of #F0DBFF
Complementary color
Monochromatic Colors of #F0DBFF
Black with #F0DBFF
Text Example
Text Example
White with #F0DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBFF; }
p { color: rgb(240,219,255); }
H1.HeaderClassName
{
color: #F0DBFF;
}
.AnyTagClassName
{
color: #F0DBFF;
}
</style>
background-color css
<style>
a { background-color: #F0DBFF; }
a { background-color: rgb(240,219,255); }
div.DivClassName
{
background-color: #F0DBFF;
}
.BgClassName
{
background-color: #F0DBFF;
}
</style>
border-color css
<style>
span { border-color: #F0DBFF; }
span { border-color: rgb(240,219,255); }
td.TdClassName
{
border-color: #F0DBFF;
}
.TagClassName
{
border-color: #F0DBFF;
}
</style>