Shades of Hawkes Blue #D1E0FC
Tints of Hawkes Blue #D1E0FC
RGB
CMYK
RGB Variations
Color information
#D1E0FC (or 0xD1E0FC) is known color: Hawkes Blue. HEX triplet: D1, E0 and FC. RGB value is (209,224,252). Sum of RGB (Red+Green+Blue) = 209+224+252=685 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.51% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E0FC is #2E1F03. Grayscale: #DEDEDE. Windows color (decimal): -3022596 or 16572625. OLE color: 16572625.
HSL color Cylindrical-coordinate representation of color #D1E0FC: hue angle of 219.07º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1E0FC is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 224 | 252 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.01 |
| HSL | 219.07º | 0.88% | 0.9% | - |
| HSV(B) | 219.07º | 0.17% | 0.99% | - |
| XYZ | 70.52 | 73.89 | 102.64 | - |
| YUV | 222.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 252 | 0.17 | 0.11 | 0 | 0.01 | 219.07 | 0.88 | 0.9 |
| Hex | D1 | E0 | FC | 11 | B | 0 | 1 | DB | 58 | 5A |
| Octal | 321 | 340 | 374 | 21 | 13 | 0 | 1 | 333 | 130 | 132 |
| Binary | 11010001 | 11100000 | 11111100 | 10001 | 1011 | 0 | 1 | 11011011 | 1011000 | 1011010 |
Color Harmonies of #D1E0FC
Complementary color
Monochromatic Colors of #D1E0FC
Black with #D1E0FC
Text Example
Text Example
White with #D1E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E0FC; }
p { color: rgb(209,224,252); }
H1.HeaderClassName
{
color: #D1E0FC;
}
.AnyTagClassName
{
color: #D1E0FC;
}
</style>
background-color css
<style>
a { background-color: #D1E0FC; }
a { background-color: rgb(209,224,252); }
div.DivClassName
{
background-color: #D1E0FC;
}
.BgClassName
{
background-color: #D1E0FC;
}
</style>
border-color css
<style>
span { border-color: #D1E0FC; }
span { border-color: rgb(209,224,252); }
td.TdClassName
{
border-color: #D1E0FC;
}
.TagClassName
{
border-color: #D1E0FC;
}
</style>