Shades of Hawkes Blue #D8DDF1
Tints of Hawkes Blue #D8DDF1
RGB
CMYK
RGB Variations
Color information
#D8DDF1 (or 0xD8DDF1) is known color: Hawkes Blue. HEX triplet: D8, DD and F1. RGB value is (216,221,241). Sum of RGB (Red+Green+Blue) = 216+221+241=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDF1 is #27220E. Grayscale: #DDDDDD. Windows color (decimal): -2564623 or 15850968. OLE color: 15850968.
HSL color Cylindrical-coordinate representation of color #D8DDF1: hue angle of 228º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DDF1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 221 | 241 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.05 |
| HSL | 228º | 0.47% | 0.9% | - |
| HSV(B) | 228º | 0.1% | 0.95% | - |
| XYZ | 70.05 | 72.66 | 93.55 | - |
| YUV | 221.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 241 | 0.10 | 0.08 | 0 | 0.05 | 228 | 0.47 | 0.9 |
| Hex | D8 | DD | F1 | A | 8 | 0 | 5 | E4 | 2F | 5A |
| Octal | 330 | 335 | 361 | 12 | 10 | 0 | 5 | 344 | 57 | 132 |
| Binary | 11011000 | 11011101 | 11110001 | 1010 | 1000 | 0 | 101 | 11100100 | 101111 | 1011010 |
Color Harmonies of #D8DDF1
Complementary color
Monochromatic Colors of #D8DDF1
Black with #D8DDF1
Text Example
Text Example
White with #D8DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDF1; }
p { color: rgb(216,221,241); }
H1.HeaderClassName
{
color: #D8DDF1;
}
.AnyTagClassName
{
color: #D8DDF1;
}
</style>
background-color css
<style>
a { background-color: #D8DDF1; }
a { background-color: rgb(216,221,241); }
div.DivClassName
{
background-color: #D8DDF1;
}
.BgClassName
{
background-color: #D8DDF1;
}
</style>
border-color css
<style>
span { border-color: #D8DDF1; }
span { border-color: rgb(216,221,241); }
td.TdClassName
{
border-color: #D8DDF1;
}
.TagClassName
{
border-color: #D8DDF1;
}
</style>