Shades of Hawkes Blue #D0E1FC
Tints of Hawkes Blue #D0E1FC
RGB
CMYK
RGB Variations
Color information
#D0E1FC (or 0xD0E1FC) is known color: Hawkes Blue. HEX triplet: D0, E1 and FC. RGB value is (208,225,252). Sum of RGB (Red+Green+Blue) = 208+225+252=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 225 (88.28% from 255 or 32.85% 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 #D0E1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1FC is #2F1E03. Grayscale: #DEDEDE. Windows color (decimal): -3087876 or 16572880. OLE color: 16572880.
HSL color Cylindrical-coordinate representation of color #D0E1FC: hue angle of 216.82º 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 #D0E1FC is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 225 | 252 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.01 |
| HSL | 216.82º | 0.88% | 0.9% | - |
| HSV(B) | 216.82º | 0.17% | 0.99% | - |
| XYZ | 70.51 | 74.29 | 102.72 | - |
| YUV | 223 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 252 | 0.17 | 0.11 | 0 | 0.01 | 216.82 | 0.88 | 0.9 |
| Hex | D0 | E1 | FC | 11 | B | 0 | 1 | D9 | 58 | 5A |
| Octal | 320 | 341 | 374 | 21 | 13 | 0 | 1 | 331 | 130 | 132 |
| Binary | 11010000 | 11100001 | 11111100 | 10001 | 1011 | 0 | 1 | 11011001 | 1011000 | 1011010 |
Color Harmonies of #D0E1FC
Complementary color
Monochromatic Colors of #D0E1FC
Black with #D0E1FC
Text Example
Text Example
White with #D0E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1FC; }
p { color: rgb(208,225,252); }
H1.HeaderClassName
{
color: #D0E1FC;
}
.AnyTagClassName
{
color: #D0E1FC;
}
</style>
background-color css
<style>
a { background-color: #D0E1FC; }
a { background-color: rgb(208,225,252); }
div.DivClassName
{
background-color: #D0E1FC;
}
.BgClassName
{
background-color: #D0E1FC;
}
</style>
border-color css
<style>
span { border-color: #D0E1FC; }
span { border-color: rgb(208,225,252); }
td.TdClassName
{
border-color: #D0E1FC;
}
.TagClassName
{
border-color: #D0E1FC;
}
</style>