Shades of Hawkes Blue #D5DDEE
Tints of Hawkes Blue #D5DDEE
RGB
CMYK
RGB Variations
Color information
#D5DDEE (or 0xD5DDEE) is known color: Hawkes Blue. HEX triplet: D5, DD and EE. RGB value is (213,221,238). Sum of RGB (Red+Green+Blue) = 213+221+238=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDEE is #2A2211. Grayscale: #DCDCDC. Windows color (decimal): -2761234 or 15654357. OLE color: 15654357.
HSL color Cylindrical-coordinate representation of color #D5DDEE: hue angle of 220.8º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DDEE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 221 | 238 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.07 |
| HSL | 220.8º | 0.42% | 0.88% | - |
| HSV(B) | 220.8º | 0.11% | 0.93% | - |
| XYZ | 68.73 | 72.03 | 91.17 | - |
| YUV | 220.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 238 | 0.11 | 0.07 | 0 | 0.07 | 220.8 | 0.42 | 0.88 |
| Hex | D5 | DD | EE | B | 7 | 0 | 7 | DD | 2A | 58 |
| Octal | 325 | 335 | 356 | 13 | 7 | 0 | 7 | 335 | 52 | 130 |
| Binary | 11010101 | 11011101 | 11101110 | 1011 | 111 | 0 | 111 | 11011101 | 101010 | 1011000 |
Color Harmonies of #D5DDEE
Complementary color
Monochromatic Colors of #D5DDEE
Black with #D5DDEE
Text Example
Text Example
White with #D5DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDEE; }
p { color: rgb(213,221,238); }
H1.HeaderClassName
{
color: #D5DDEE;
}
.AnyTagClassName
{
color: #D5DDEE;
}
</style>
background-color css
<style>
a { background-color: #D5DDEE; }
a { background-color: rgb(213,221,238); }
div.DivClassName
{
background-color: #D5DDEE;
}
.BgClassName
{
background-color: #D5DDEE;
}
</style>
border-color css
<style>
span { border-color: #D5DDEE; }
span { border-color: rgb(213,221,238); }
td.TdClassName
{
border-color: #D5DDEE;
}
.TagClassName
{
border-color: #D5DDEE;
}
</style>