Shades of Hawkes Blue #D8DDF5
Tints of Hawkes Blue #D8DDF5
RGB
CMYK
RGB Variations
Color information
#D8DDF5 (or 0xD8DDF5) is known color: Hawkes Blue. HEX triplet: D8, DD and F5. RGB value is (216,221,245). Sum of RGB (Red+Green+Blue) = 216+221+245=682 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.67% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 245 - color contains mainly: blue. Hex color #D8DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDF5 is #27220A. Grayscale: #DEDEDE. Windows color (decimal): -2564619 or 16113112. OLE color: 16113112.
HSL color Cylindrical-coordinate representation of color #D8DDF5: hue angle of 229.66º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8DDF5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 221 | 245 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.04 |
| HSL | 229.66º | 0.59% | 0.9% | - |
| HSV(B) | 229.66º | 0.12% | 0.96% | - |
| XYZ | 70.66 | 72.9 | 96.73 | - |
| YUV | 222.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 245 | 0.12 | 0.10 | 0 | 0.04 | 229.66 | 0.59 | 0.9 |
| Hex | D8 | DD | F5 | C | A | 0 | 4 | E6 | 3B | 5A |
| Octal | 330 | 335 | 365 | 14 | 12 | 0 | 4 | 346 | 73 | 132 |
| Binary | 11011000 | 11011101 | 11110101 | 1100 | 1010 | 0 | 100 | 11100110 | 111011 | 1011010 |
Color Harmonies of #D8DDF5
Complementary color
Monochromatic Colors of #D8DDF5
Black with #D8DDF5
Text Example
Text Example
White with #D8DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDF5; }
p { color: rgb(216,221,245); }
H1.HeaderClassName
{
color: #D8DDF5;
}
.AnyTagClassName
{
color: #D8DDF5;
}
</style>
background-color css
<style>
a { background-color: #D8DDF5; }
a { background-color: rgb(216,221,245); }
div.DivClassName
{
background-color: #D8DDF5;
}
.BgClassName
{
background-color: #D8DDF5;
}
</style>
border-color css
<style>
span { border-color: #D8DDF5; }
span { border-color: rgb(216,221,245); }
td.TdClassName
{
border-color: #D8DDF5;
}
.TagClassName
{
border-color: #D8DDF5;
}
</style>