Shades of Blue Chalk #F0DBF8
Tints of Blue Chalk #F0DBF8
RGB
CMYK
RGB Variations
Color information
#F0DBF8 (or 0xF0DBF8) is known color: Blue Chalk. HEX triplet: F0, DB and F8. RGB value is (240,219,248). Sum of RGB (Red+Green+Blue) = 240+219+248=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0DBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBF8 is #0F2407. Grayscale: #E4E4E4. Windows color (decimal): -992264 or 16309232. OLE color: 16309232.
HSL color Cylindrical-coordinate representation of color #F0DBF8: hue angle of 283.45º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DBF8 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 219 | 248 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.03 |
| HSL | 283.45º | 0.67% | 0.92% | - |
| HSV(B) | 283.45º | 0.12% | 0.97% | - |
| XYZ | 78.21 | 75.97 | 99.35 | - |
| YUV | 228.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 248 | 0.03 | 0.12 | 0 | 0.03 | 283.45 | 0.67 | 0.92 |
| Hex | F0 | DB | F8 | 3 | C | 0 | 3 | 11B | 43 | 5C |
| Octal | 360 | 333 | 370 | 3 | 14 | 0 | 3 | 433 | 103 | 134 |
| Binary | 11110000 | 11011011 | 11111000 | 11 | 1100 | 0 | 11 | 100011011 | 1000011 | 1011100 |
Color Harmonies of #F0DBF8
Complementary color
Monochromatic Colors of #F0DBF8
Black with #F0DBF8
Text Example
Text Example
White with #F0DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBF8; }
p { color: rgb(240,219,248); }
H1.HeaderClassName
{
color: #F0DBF8;
}
.AnyTagClassName
{
color: #F0DBF8;
}
</style>
background-color css
<style>
a { background-color: #F0DBF8; }
a { background-color: rgb(240,219,248); }
div.DivClassName
{
background-color: #F0DBF8;
}
.BgClassName
{
background-color: #F0DBF8;
}
</style>
border-color css
<style>
span { border-color: #F0DBF8; }
span { border-color: rgb(240,219,248); }
td.TdClassName
{
border-color: #F0DBF8;
}
.TagClassName
{
border-color: #F0DBF8;
}
</style>