Shades of Blue Chalk #F0D9FF
Tints of Blue Chalk #F0D9FF
RGB
CMYK
RGB Variations
Color information
#F0D9FF (or 0xF0D9FF) is known color: Blue Chalk. HEX triplet: F0, D9 and FF. RGB value is (240,217,255). Sum of RGB (Red+Green+Blue) = 240+217+255=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 217 (85.16% from 255 or 30.48% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9FF is #0F2600. Grayscale: #E4E4E4. Windows color (decimal): -992769 or 16767472. OLE color: 16767472.
HSL color Cylindrical-coordinate representation of color #F0D9FF: hue angle of 276.32º 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 #F0D9FF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 217 | 255 | - |
| CMYK | 0.06 | 0.15 | 0 | 0 |
| HSL | 276.32º | 1% | 0.93% | - |
| HSV(B) | 276.32º | 0.15% | 1% | - |
| XYZ | 78.8 | 75.37 | 105 | - |
| YUV | 228.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 255 | 0.06 | 0.15 | 0 | 0 | 276.32 | 1 | 0.93 |
| Hex | F0 | D9 | FF | 6 | F | 0 | 0 | 114 | 64 | 5D |
| Octal | 360 | 331 | 377 | 6 | 17 | 0 | 0 | 424 | 144 | 135 |
| Binary | 11110000 | 11011001 | 11111111 | 110 | 1111 | 0 | 0 | 100010100 | 1100100 | 1011101 |
Color Harmonies of #F0D9FF
Complementary color
Monochromatic Colors of #F0D9FF
Black with #F0D9FF
Text Example
Text Example
White with #F0D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9FF; }
p { color: rgb(240,217,255); }
H1.HeaderClassName
{
color: #F0D9FF;
}
.AnyTagClassName
{
color: #F0D9FF;
}
</style>
background-color css
<style>
a { background-color: #F0D9FF; }
a { background-color: rgb(240,217,255); }
div.DivClassName
{
background-color: #F0D9FF;
}
.BgClassName
{
background-color: #F0D9FF;
}
</style>
border-color css
<style>
span { border-color: #F0D9FF; }
span { border-color: rgb(240,217,255); }
td.TdClassName
{
border-color: #F0D9FF;
}
.TagClassName
{
border-color: #F0D9FF;
}
</style>