Shades of Hawkes Blue #D5DEEC
Tints of Hawkes Blue #D5DEEC
RGB
CMYK
RGB Variations
Color information
#D5DEEC (or 0xD5DEEC) is known color: Hawkes Blue. HEX triplet: D5, DE and EC. RGB value is (213,222,236). Sum of RGB (Red+Green+Blue) = 213+222+236=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEEC is #2A2113. Grayscale: #DCDCDC. Windows color (decimal): -2760980 or 15523541. OLE color: 15523541.
HSL color Cylindrical-coordinate representation of color #D5DEEC: hue angle of 216.52º degrees, saturation: 0.38, 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 #D5DEEC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 222 | 236 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.07 |
| HSL | 216.52º | 0.38% | 0.88% | - |
| HSV(B) | 216.52º | 0.1% | 0.93% | - |
| XYZ | 68.7 | 72.44 | 89.72 | - |
| YUV | 220.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 236 | 0.10 | 0.06 | 0 | 0.07 | 216.52 | 0.38 | 0.88 |
| Hex | D5 | DE | EC | A | 6 | 0 | 7 | D9 | 26 | 58 |
| Octal | 325 | 336 | 354 | 12 | 6 | 0 | 7 | 331 | 46 | 130 |
| Binary | 11010101 | 11011110 | 11101100 | 1010 | 110 | 0 | 111 | 11011001 | 100110 | 1011000 |
Color Harmonies of #D5DEEC
Complementary color
Monochromatic Colors of #D5DEEC
Black with #D5DEEC
Text Example
Text Example
White with #D5DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEEC; }
p { color: rgb(213,222,236); }
H1.HeaderClassName
{
color: #D5DEEC;
}
.AnyTagClassName
{
color: #D5DEEC;
}
</style>
background-color css
<style>
a { background-color: #D5DEEC; }
a { background-color: rgb(213,222,236); }
div.DivClassName
{
background-color: #D5DEEC;
}
.BgClassName
{
background-color: #D5DEEC;
}
</style>
border-color css
<style>
span { border-color: #D5DEEC; }
span { border-color: rgb(213,222,236); }
td.TdClassName
{
border-color: #D5DEEC;
}
.TagClassName
{
border-color: #D5DEEC;
}
</style>