Shades of Blue Chalk #F5DBFF
Tints of Blue Chalk #F5DBFF
RGB
CMYK
RGB Variations
Color information
#F5DBFF (or 0xF5DBFF) is known color: Blue Chalk. HEX triplet: F5, DB and FF. RGB value is (245,219,255). Sum of RGB (Red+Green+Blue) = 245+219+255=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBFF is #0A2400. Grayscale: #E6E6E6. Windows color (decimal): -664577 or 16767989. OLE color: 16767989.
HSL color Cylindrical-coordinate representation of color #F5DBFF: hue angle of 283.33º 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 #F5DBFF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 219 | 255 | - |
| CMYK | 0.04 | 0.14 | 0 | 0 |
| HSL | 283.33º | 1% | 0.93% | - |
| HSV(B) | 283.33º | 0.14% | 1% | - |
| XYZ | 81.04 | 77.3 | 105.26 | - |
| YUV | 230.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 255 | 0.04 | 0.14 | 0 | 0 | 283.33 | 1 | 0.93 |
| Hex | F5 | DB | FF | 4 | E | 0 | 0 | 11B | 64 | 5D |
| Octal | 365 | 333 | 377 | 4 | 16 | 0 | 0 | 433 | 144 | 135 |
| Binary | 11110101 | 11011011 | 11111111 | 100 | 1110 | 0 | 0 | 100011011 | 1100100 | 1011101 |
Color Harmonies of #F5DBFF
Complementary color
Monochromatic Colors of #F5DBFF
Black with #F5DBFF
Text Example
Text Example
White with #F5DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBFF; }
p { color: rgb(245,219,255); }
H1.HeaderClassName
{
color: #F5DBFF;
}
.AnyTagClassName
{
color: #F5DBFF;
}
</style>
background-color css
<style>
a { background-color: #F5DBFF; }
a { background-color: rgb(245,219,255); }
div.DivClassName
{
background-color: #F5DBFF;
}
.BgClassName
{
background-color: #F5DBFF;
}
</style>
border-color css
<style>
span { border-color: #F5DBFF; }
span { border-color: rgb(245,219,255); }
td.TdClassName
{
border-color: #F5DBFF;
}
.TagClassName
{
border-color: #F5DBFF;
}
</style>