Shades of Hawkes Blue #D6DDF4
Tints of Hawkes Blue #D6DDF4
RGB
CMYK
RGB Variations
Color information
#D6DDF4 (or 0xD6DDF4) is known color: Hawkes Blue. HEX triplet: D6, DD and F4. RGB value is (214,221,244). Sum of RGB (Red+Green+Blue) = 214+221+244=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6DDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDF4 is #29220B. Grayscale: #DDDDDD. Windows color (decimal): -2695692 or 16047574. OLE color: 16047574.
HSL color Cylindrical-coordinate representation of color #D6DDF4: hue angle of 226º degrees, saturation: 0.58, 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 #D6DDF4 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 221 | 244 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.04 |
| HSL | 226º | 0.58% | 0.9% | - |
| HSV(B) | 226º | 0.12% | 0.96% | - |
| XYZ | 69.92 | 72.54 | 95.9 | - |
| YUV | 221.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 244 | 0.12 | 0.09 | 0 | 0.04 | 226 | 0.58 | 0.9 |
| Hex | D6 | DD | F4 | C | 9 | 0 | 4 | E2 | 3A | 5A |
| Octal | 326 | 335 | 364 | 14 | 11 | 0 | 4 | 342 | 72 | 132 |
| Binary | 11010110 | 11011101 | 11110100 | 1100 | 1001 | 0 | 100 | 11100010 | 111010 | 1011010 |
Color Harmonies of #D6DDF4
Complementary color
Monochromatic Colors of #D6DDF4
Black with #D6DDF4
Text Example
Text Example
White with #D6DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDF4; }
p { color: rgb(214,221,244); }
H1.HeaderClassName
{
color: #D6DDF4;
}
.AnyTagClassName
{
color: #D6DDF4;
}
</style>
background-color css
<style>
a { background-color: #D6DDF4; }
a { background-color: rgb(214,221,244); }
div.DivClassName
{
background-color: #D6DDF4;
}
.BgClassName
{
background-color: #D6DDF4;
}
</style>
border-color css
<style>
span { border-color: #D6DDF4; }
span { border-color: rgb(214,221,244); }
td.TdClassName
{
border-color: #D6DDF4;
}
.TagClassName
{
border-color: #D6DDF4;
}
</style>