Shades of Blue Chalk #F3DBFF
Tints of Blue Chalk #F3DBFF
RGB
CMYK
RGB Variations
Color information
#F3DBFF (or 0xF3DBFF) is known color: Blue Chalk. HEX triplet: F3, DB and FF. RGB value is (243,219,255). Sum of RGB (Red+Green+Blue) = 243+219+255=717 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.89% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBFF is #0C2400. Grayscale: #E6E6E6. Windows color (decimal): -795649 or 16767987. OLE color: 16767987.
HSL color Cylindrical-coordinate representation of color #F3DBFF: hue angle of 280º 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 #F3DBFF is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 219 | 255 | - |
| CMYK | 0.05 | 0.14 | 0 | 0 |
| HSL | 280º | 1% | 0.93% | - |
| HSV(B) | 280º | 0.14% | 1% | - |
| XYZ | 80.34 | 76.94 | 105.22 | - |
| YUV | 230.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 255 | 0.05 | 0.14 | 0 | 0 | 280 | 1 | 0.93 |
| Hex | F3 | DB | FF | 5 | E | 0 | 0 | 118 | 64 | 5D |
| Octal | 363 | 333 | 377 | 5 | 16 | 0 | 0 | 430 | 144 | 135 |
| Binary | 11110011 | 11011011 | 11111111 | 101 | 1110 | 0 | 0 | 100011000 | 1100100 | 1011101 |
Color Harmonies of #F3DBFF
Complementary color
Monochromatic Colors of #F3DBFF
Black with #F3DBFF
Text Example
Text Example
White with #F3DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBFF; }
p { color: rgb(243,219,255); }
H1.HeaderClassName
{
color: #F3DBFF;
}
.AnyTagClassName
{
color: #F3DBFF;
}
</style>
background-color css
<style>
a { background-color: #F3DBFF; }
a { background-color: rgb(243,219,255); }
div.DivClassName
{
background-color: #F3DBFF;
}
.BgClassName
{
background-color: #F3DBFF;
}
</style>
border-color css
<style>
span { border-color: #F3DBFF; }
span { border-color: rgb(243,219,255); }
td.TdClassName
{
border-color: #F3DBFF;
}
.TagClassName
{
border-color: #F3DBFF;
}
</style>