Shades of Blue Chalk #F6DBFF
Tints of Blue Chalk #F6DBFF
RGB
CMYK
RGB Variations
Color information
#F6DBFF (or 0xF6DBFF) is known color: Blue Chalk. HEX triplet: F6, DB and FF. RGB value is (246,219,255). Sum of RGB (Red+Green+Blue) = 246+219+255=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 219 (85.94% from 255 or 30.42% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBFF is #092400. Grayscale: #E7E7E7. Windows color (decimal): -599041 or 16767990. OLE color: 16767990.
HSL color Cylindrical-coordinate representation of color #F6DBFF: hue angle of 285º 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 #F6DBFF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 219 | 255 | - |
| CMYK | 0.04 | 0.14 | 0 | 0 |
| HSL | 285º | 1% | 0.93% | - |
| HSV(B) | 285º | 0.14% | 1% | - |
| XYZ | 81.39 | 77.48 | 105.27 | - |
| YUV | 231.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 255 | 0.04 | 0.14 | 0 | 0 | 285 | 1 | 0.93 |
| Hex | F6 | DB | FF | 4 | E | 0 | 0 | 11D | 64 | 5D |
| Octal | 366 | 333 | 377 | 4 | 16 | 0 | 0 | 435 | 144 | 135 |
| Binary | 11110110 | 11011011 | 11111111 | 100 | 1110 | 0 | 0 | 100011101 | 1100100 | 1011101 |
Color Harmonies of #F6DBFF
Complementary color
Monochromatic Colors of #F6DBFF
Black with #F6DBFF
Text Example
Text Example
White with #F6DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBFF; }
p { color: rgb(246,219,255); }
H1.HeaderClassName
{
color: #F6DBFF;
}
.AnyTagClassName
{
color: #F6DBFF;
}
</style>
background-color css
<style>
a { background-color: #F6DBFF; }
a { background-color: rgb(246,219,255); }
div.DivClassName
{
background-color: #F6DBFF;
}
.BgClassName
{
background-color: #F6DBFF;
}
</style>
border-color css
<style>
span { border-color: #F6DBFF; }
span { border-color: rgb(246,219,255); }
td.TdClassName
{
border-color: #F6DBFF;
}
.TagClassName
{
border-color: #F6DBFF;
}
</style>