Shades of Hawkes Blue #D6DDE6
Tints of Hawkes Blue #D6DDE6
RGB
CMYK
RGB Variations
Color information
#D6DDE6 (or 0xD6DDE6) is known color: Hawkes Blue. HEX triplet: D6, DD and E6. RGB value is (214,221,230). Sum of RGB (Red+Green+Blue) = 214+221+230=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDE6 is #292219. Grayscale: #DBDBDB. Windows color (decimal): -2695706 or 15130070. OLE color: 15130070.
HSL color Cylindrical-coordinate representation of color #D6DDE6: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6DDE6 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 221 | 230 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.10 |
| HSL | 213.75º | 0.24% | 0.87% | - |
| HSV(B) | 213.75º | 0.07% | 0.9% | - |
| XYZ | 67.87 | 71.72 | 85.13 | - |
| YUV | 219.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 230 | 0.07 | 0.04 | 0 | 0.10 | 213.75 | 0.24 | 0.87 |
| Hex | D6 | DD | E6 | 7 | 4 | 0 | A | D6 | 18 | 57 |
| Octal | 326 | 335 | 346 | 7 | 4 | 0 | 12 | 326 | 30 | 127 |
| Binary | 11010110 | 11011101 | 11100110 | 111 | 100 | 0 | 1010 | 11010110 | 11000 | 1010111 |
Color Harmonies of #D6DDE6
Complementary color
Monochromatic Colors of #D6DDE6
Black with #D6DDE6
Text Example
Text Example
White with #D6DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDE6; }
p { color: rgb(214,221,230); }
H1.HeaderClassName
{
color: #D6DDE6;
}
.AnyTagClassName
{
color: #D6DDE6;
}
</style>
background-color css
<style>
a { background-color: #D6DDE6; }
a { background-color: rgb(214,221,230); }
div.DivClassName
{
background-color: #D6DDE6;
}
.BgClassName
{
background-color: #D6DDE6;
}
</style>
border-color css
<style>
span { border-color: #D6DDE6; }
span { border-color: rgb(214,221,230); }
td.TdClassName
{
border-color: #D6DDE6;
}
.TagClassName
{
border-color: #D6DDE6;
}
</style>