Shades of Hawkes Blue #D6DDF1
Tints of Hawkes Blue #D6DDF1
RGB
CMYK
RGB Variations
Color information
#D6DDF1 (or 0xD6DDF1) is known color: Hawkes Blue. HEX triplet: D6, DD and F1. RGB value is (214,221,241). Sum of RGB (Red+Green+Blue) = 214+221+241=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDF1 is #29220E. Grayscale: #DDDDDD. Windows color (decimal): -2695695 or 15850966. OLE color: 15850966.
HSL color Cylindrical-coordinate representation of color #D6DDF1: hue angle of 224.44º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6DDF1 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 221 | 241 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.05 |
| HSL | 224.44º | 0.49% | 0.89% | - |
| HSV(B) | 224.44º | 0.11% | 0.95% | - |
| XYZ | 69.47 | 72.36 | 93.52 | - |
| YUV | 221.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 241 | 0.11 | 0.08 | 0 | 0.05 | 224.44 | 0.49 | 0.89 |
| Hex | D6 | DD | F1 | B | 8 | 0 | 5 | E0 | 31 | 59 |
| Octal | 326 | 335 | 361 | 13 | 10 | 0 | 5 | 340 | 61 | 131 |
| Binary | 11010110 | 11011101 | 11110001 | 1011 | 1000 | 0 | 101 | 11100000 | 110001 | 1011001 |
Color Harmonies of #D6DDF1
Complementary color
Monochromatic Colors of #D6DDF1
Black with #D6DDF1
Text Example
Text Example
White with #D6DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDF1; }
p { color: rgb(214,221,241); }
H1.HeaderClassName
{
color: #D6DDF1;
}
.AnyTagClassName
{
color: #D6DDF1;
}
</style>
background-color css
<style>
a { background-color: #D6DDF1; }
a { background-color: rgb(214,221,241); }
div.DivClassName
{
background-color: #D6DDF1;
}
.BgClassName
{
background-color: #D6DDF1;
}
</style>
border-color css
<style>
span { border-color: #D6DDF1; }
span { border-color: rgb(214,221,241); }
td.TdClassName
{
border-color: #D6DDF1;
}
.TagClassName
{
border-color: #D6DDF1;
}
</style>