Shades of Hawkes Blue #D6DEED
Tints of Hawkes Blue #D6DEED
RGB
CMYK
RGB Variations
Color information
#D6DEED (or 0xD6DEED) is known color: Hawkes Blue. HEX triplet: D6, DE and ED. RGB value is (214,222,237). Sum of RGB (Red+Green+Blue) = 214+222+237=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEED is #292112. Grayscale: #DDDDDD. Windows color (decimal): -2695443 or 15589078. OLE color: 15589078.
HSL color Cylindrical-coordinate representation of color #D6DEED: hue angle of 219.13º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DEED is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 222 | 237 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.07 |
| HSL | 219.13º | 0.39% | 0.88% | - |
| HSV(B) | 219.13º | 0.1% | 0.93% | - |
| XYZ | 69.14 | 72.65 | 90.5 | - |
| YUV | 221.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 237 | 0.10 | 0.06 | 0 | 0.07 | 219.13 | 0.39 | 0.88 |
| Hex | D6 | DE | ED | A | 6 | 0 | 7 | DB | 27 | 58 |
| Octal | 326 | 336 | 355 | 12 | 6 | 0 | 7 | 333 | 47 | 130 |
| Binary | 11010110 | 11011110 | 11101101 | 1010 | 110 | 0 | 111 | 11011011 | 100111 | 1011000 |
Color Harmonies of #D6DEED
Complementary color
Monochromatic Colors of #D6DEED
Black with #D6DEED
Text Example
Text Example
White with #D6DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEED; }
p { color: rgb(214,222,237); }
H1.HeaderClassName
{
color: #D6DEED;
}
.AnyTagClassName
{
color: #D6DEED;
}
</style>
background-color css
<style>
a { background-color: #D6DEED; }
a { background-color: rgb(214,222,237); }
div.DivClassName
{
background-color: #D6DEED;
}
.BgClassName
{
background-color: #D6DEED;
}
</style>
border-color css
<style>
span { border-color: #D6DEED; }
span { border-color: rgb(214,222,237); }
td.TdClassName
{
border-color: #D6DEED;
}
.TagClassName
{
border-color: #D6DEED;
}
</style>