Shades of Hawkes Blue #D9E3FF
Tints of Hawkes Blue #D9E3FF
RGB
CMYK
RGB Variations
Color information
#D9E3FF (or 0xD9E3FF) is known color: Hawkes Blue. HEX triplet: D9, E3 and FF. RGB value is (217,227,255). Sum of RGB (Red+Green+Blue) = 217+227+255=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E3FF is #261C00. Grayscale: #E3E3E3. Windows color (decimal): -2497537 or 16770009. OLE color: 16770009.
HSL color Cylindrical-coordinate representation of color #D9E3FF: hue angle of 224.21º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9E3FF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 227 | 255 | - |
| CMYK | 0.15 | 0.11 | 0 | 0 |
| HSL | 224.21º | 1% | 0.93% | - |
| HSV(B) | 224.21º | 0.15% | 1% | - |
| XYZ | 74.13 | 76.91 | 105.55 | - |
| YUV | 227.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 255 | 0.15 | 0.11 | 0 | 0 | 224.21 | 1 | 0.93 |
| Hex | D9 | E3 | FF | F | B | 0 | 0 | E0 | 64 | 5D |
| Octal | 331 | 343 | 377 | 17 | 13 | 0 | 0 | 340 | 144 | 135 |
| Binary | 11011001 | 11100011 | 11111111 | 1111 | 1011 | 0 | 0 | 11100000 | 1100100 | 1011101 |
Color Harmonies of #D9E3FF
Complementary color
Monochromatic Colors of #D9E3FF
Black with #D9E3FF
Text Example
Text Example
White with #D9E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E3FF; }
p { color: rgb(217,227,255); }
H1.HeaderClassName
{
color: #D9E3FF;
}
.AnyTagClassName
{
color: #D9E3FF;
}
</style>
background-color css
<style>
a { background-color: #D9E3FF; }
a { background-color: rgb(217,227,255); }
div.DivClassName
{
background-color: #D9E3FF;
}
.BgClassName
{
background-color: #D9E3FF;
}
</style>
border-color css
<style>
span { border-color: #D9E3FF; }
span { border-color: rgb(217,227,255); }
td.TdClassName
{
border-color: #D9E3FF;
}
.TagClassName
{
border-color: #D9E3FF;
}
</style>