Shades of Blue Chalk #F5DBFD
Tints of Blue Chalk #F5DBFD
RGB
CMYK
RGB Variations
Color information
#F5DBFD (or 0xF5DBFD) is known color: Blue Chalk. HEX triplet: F5, DB and FD. RGB value is (245,219,253). Sum of RGB (Red+Green+Blue) = 245+219+253=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBFD is #0A2402. Grayscale: #E6E6E6. Windows color (decimal): -664579 or 16636917. OLE color: 16636917.
HSL color Cylindrical-coordinate representation of color #F5DBFD: hue angle of 285.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5DBFD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 219 | 253 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.01 |
| HSL | 285.88º | 0.89% | 0.93% | - |
| HSV(B) | 285.88º | 0.13% | 0.99% | - |
| XYZ | 80.72 | 77.17 | 103.57 | - |
| YUV | 230.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 253 | 0.03 | 0.13 | 0 | 0.01 | 285.88 | 0.89 | 0.93 |
| Hex | F5 | DB | FD | 3 | D | 0 | 1 | 11E | 59 | 5D |
| Octal | 365 | 333 | 375 | 3 | 15 | 0 | 1 | 436 | 131 | 135 |
| Binary | 11110101 | 11011011 | 11111101 | 11 | 1101 | 0 | 1 | 100011110 | 1011001 | 1011101 |
Color Harmonies of #F5DBFD
Complementary color
Monochromatic Colors of #F5DBFD
Black with #F5DBFD
Text Example
Text Example
White with #F5DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBFD; }
p { color: rgb(245,219,253); }
H1.HeaderClassName
{
color: #F5DBFD;
}
.AnyTagClassName
{
color: #F5DBFD;
}
</style>
background-color css
<style>
a { background-color: #F5DBFD; }
a { background-color: rgb(245,219,253); }
div.DivClassName
{
background-color: #F5DBFD;
}
.BgClassName
{
background-color: #F5DBFD;
}
</style>
border-color css
<style>
span { border-color: #F5DBFD; }
span { border-color: rgb(245,219,253); }
td.TdClassName
{
border-color: #F5DBFD;
}
.TagClassName
{
border-color: #F5DBFD;
}
</style>