Shades of Hawkes Blue #D1DDEC
Tints of Hawkes Blue #D1DDEC
RGB
CMYK
RGB Variations
Color information
#D1DDEC (or 0xD1DDEC) is known color: Hawkes Blue. HEX triplet: D1, DD and EC. RGB value is (209,221,236). Sum of RGB (Red+Green+Blue) = 209+221+236=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDEC is #2E2213. Grayscale: #DBDBDB. Windows color (decimal): -3023380 or 15523281. OLE color: 15523281.
HSL color Cylindrical-coordinate representation of color #D1DDEC: hue angle of 213.33º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1DDEC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 221 | 236 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.07 |
| HSL | 213.33º | 0.42% | 0.87% | - |
| HSV(B) | 213.33º | 0.11% | 0.93% | - |
| XYZ | 67.29 | 71.32 | 89.58 | - |
| YUV | 219.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 236 | 0.11 | 0.06 | 0 | 0.07 | 213.33 | 0.42 | 0.87 |
| Hex | D1 | DD | EC | B | 6 | 0 | 7 | D5 | 2A | 57 |
| Octal | 321 | 335 | 354 | 13 | 6 | 0 | 7 | 325 | 52 | 127 |
| Binary | 11010001 | 11011101 | 11101100 | 1011 | 110 | 0 | 111 | 11010101 | 101010 | 1010111 |
Color Harmonies of #D1DDEC
Complementary color
Monochromatic Colors of #D1DDEC
Black with #D1DDEC
Text Example
Text Example
White with #D1DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDEC; }
p { color: rgb(209,221,236); }
H1.HeaderClassName
{
color: #D1DDEC;
}
.AnyTagClassName
{
color: #D1DDEC;
}
</style>
background-color css
<style>
a { background-color: #D1DDEC; }
a { background-color: rgb(209,221,236); }
div.DivClassName
{
background-color: #D1DDEC;
}
.BgClassName
{
background-color: #D1DDEC;
}
</style>
border-color css
<style>
span { border-color: #D1DDEC; }
span { border-color: rgb(209,221,236); }
td.TdClassName
{
border-color: #D1DDEC;
}
.TagClassName
{
border-color: #D1DDEC;
}
</style>