Shades of Blue Chalk #F4DBFD
Tints of Blue Chalk #F4DBFD
RGB
CMYK
RGB Variations
Color information
#F4DBFD (or 0xF4DBFD) is known color: Blue Chalk. HEX triplet: F4, DB and FD. RGB value is (244,219,253). Sum of RGB (Red+Green+Blue) = 244+219+253=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 219 (85.94% from 255 or 30.59% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBFD is #0B2402. Grayscale: #E6E6E6. Windows color (decimal): -730115 or 16636916. OLE color: 16636916.
HSL color Cylindrical-coordinate representation of color #F4DBFD: hue angle of 284.12º 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 #F4DBFD is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 219 | 253 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.01 |
| HSL | 284.12º | 0.89% | 0.93% | - |
| HSV(B) | 284.12º | 0.13% | 0.99% | - |
| XYZ | 80.37 | 76.99 | 103.55 | - |
| YUV | 230.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 253 | 0.04 | 0.13 | 0 | 0.01 | 284.12 | 0.89 | 0.93 |
| Hex | F4 | DB | FD | 4 | D | 0 | 1 | 11C | 59 | 5D |
| Octal | 364 | 333 | 375 | 4 | 15 | 0 | 1 | 434 | 131 | 135 |
| Binary | 11110100 | 11011011 | 11111101 | 100 | 1101 | 0 | 1 | 100011100 | 1011001 | 1011101 |
Color Harmonies of #F4DBFD
Complementary color
Monochromatic Colors of #F4DBFD
Black with #F4DBFD
Text Example
Text Example
White with #F4DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBFD; }
p { color: rgb(244,219,253); }
H1.HeaderClassName
{
color: #F4DBFD;
}
.AnyTagClassName
{
color: #F4DBFD;
}
</style>
background-color css
<style>
a { background-color: #F4DBFD; }
a { background-color: rgb(244,219,253); }
div.DivClassName
{
background-color: #F4DBFD;
}
.BgClassName
{
background-color: #F4DBFD;
}
</style>
border-color css
<style>
span { border-color: #F4DBFD; }
span { border-color: rgb(244,219,253); }
td.TdClassName
{
border-color: #F4DBFD;
}
.TagClassName
{
border-color: #F4DBFD;
}
</style>