Shades of Hawkes Blue #D6DEEE
Tints of Hawkes Blue #D6DEEE
RGB
CMYK
RGB Variations
Color information
#D6DEEE (or 0xD6DEEE) is known color: Hawkes Blue. HEX triplet: D6, DE and EE. RGB value is (214,222,238). Sum of RGB (Red+Green+Blue) = 214+222+238=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEEE is #292111. Grayscale: #DDDDDD. Windows color (decimal): -2695442 or 15654614. OLE color: 15654614.
HSL color Cylindrical-coordinate representation of color #D6DEEE: hue angle of 220º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DEEE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 222 | 238 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.07 |
| HSL | 220º | 0.41% | 0.89% | - |
| HSV(B) | 220º | 0.1% | 0.93% | - |
| XYZ | 69.29 | 72.71 | 91.27 | - |
| YUV | 221.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 238 | 0.10 | 0.07 | 0 | 0.07 | 220 | 0.41 | 0.89 |
| Hex | D6 | DE | EE | A | 7 | 0 | 7 | DC | 29 | 59 |
| Octal | 326 | 336 | 356 | 12 | 7 | 0 | 7 | 334 | 51 | 131 |
| Binary | 11010110 | 11011110 | 11101110 | 1010 | 111 | 0 | 111 | 11011100 | 101001 | 1011001 |
Color Harmonies of #D6DEEE
Complementary color
Monochromatic Colors of #D6DEEE
Black with #D6DEEE
Text Example
Text Example
White with #D6DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEEE; }
p { color: rgb(214,222,238); }
H1.HeaderClassName
{
color: #D6DEEE;
}
.AnyTagClassName
{
color: #D6DEEE;
}
</style>
background-color css
<style>
a { background-color: #D6DEEE; }
a { background-color: rgb(214,222,238); }
div.DivClassName
{
background-color: #D6DEEE;
}
.BgClassName
{
background-color: #D6DEEE;
}
</style>
border-color css
<style>
span { border-color: #D6DEEE; }
span { border-color: rgb(214,222,238); }
td.TdClassName
{
border-color: #D6DEEE;
}
.TagClassName
{
border-color: #D6DEEE;
}
</style>