Shades of Hawkes Blue #D9DFF5
Tints of Hawkes Blue #D9DFF5
RGB
CMYK
RGB Variations
Color information
#D9DFF5 (or 0xD9DFF5) is known color: Hawkes Blue. HEX triplet: D9, DF and F5. RGB value is (217,223,245). Sum of RGB (Red+Green+Blue) = 217+223+245=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9DFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFF5 is #26200A. Grayscale: #DFDFDF. Windows color (decimal): -2498571 or 16113625. OLE color: 16113625.
HSL color Cylindrical-coordinate representation of color #D9DFF5: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DFF5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 223 | 245 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.04 |
| HSL | 227.14º | 0.58% | 0.91% | - |
| HSV(B) | 227.14º | 0.11% | 0.96% | - |
| XYZ | 71.48 | 74.12 | 96.93 | - |
| YUV | 223.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 245 | 0.11 | 0.09 | 0 | 0.04 | 227.14 | 0.58 | 0.91 |
| Hex | D9 | DF | F5 | B | 9 | 0 | 4 | E3 | 3A | 5B |
| Octal | 331 | 337 | 365 | 13 | 11 | 0 | 4 | 343 | 72 | 133 |
| Binary | 11011001 | 11011111 | 11110101 | 1011 | 1001 | 0 | 100 | 11100011 | 111010 | 1011011 |
Color Harmonies of #D9DFF5
Complementary color
Monochromatic Colors of #D9DFF5
Black with #D9DFF5
Text Example
Text Example
White with #D9DFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFF5; }
p { color: rgb(217,223,245); }
H1.HeaderClassName
{
color: #D9DFF5;
}
.AnyTagClassName
{
color: #D9DFF5;
}
</style>
background-color css
<style>
a { background-color: #D9DFF5; }
a { background-color: rgb(217,223,245); }
div.DivClassName
{
background-color: #D9DFF5;
}
.BgClassName
{
background-color: #D9DFF5;
}
</style>
border-color css
<style>
span { border-color: #D9DFF5; }
span { border-color: rgb(217,223,245); }
td.TdClassName
{
border-color: #D9DFF5;
}
.TagClassName
{
border-color: #D9DFF5;
}
</style>