Shades of Hawkes Blue #D9DDEE
Tints of Hawkes Blue #D9DDEE
RGB
CMYK
RGB Variations
Color information
#D9DDEE (or 0xD9DDEE) is known color: Hawkes Blue. HEX triplet: D9, DD and EE. RGB value is (217,221,238). Sum of RGB (Red+Green+Blue) = 217+221+238=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDEE is #262211. Grayscale: #DDDDDD. Windows color (decimal): -2499090 or 15654361. OLE color: 15654361.
HSL color Cylindrical-coordinate representation of color #D9DDEE: hue angle of 228.57º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DDEE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 221 | 238 | - |
CMYK | 0.09 | 0.07 | 0 | 0.07 |
HSL | 228.57º | 0.38% | 0.89% | - |
HSV(B) | 228.57º | 0.09% | 0.93% | - |
XYZ | 69.9 | 72.64 | 91.23 | - |
YUV | 221.74 | 137.17 | 124.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 238 | 0.09 | 0.07 | 0 | 0.07 | 228.57 | 0.38 | 0.89 |
Hex | D9 | DD | EE | 9 | 7 | 0 | 7 | E5 | 26 | 59 |
Octal | 331 | 335 | 356 | 11 | 7 | 0 | 7 | 345 | 46 | 131 |
Binary | 11011001 | 11011101 | 11101110 | 1001 | 111 | 0 | 111 | 11100101 | 100110 | 1011001 |
Color Harmonies of #D9DDEE
Complementary color
Monochromatic Colors of #D9DDEE
Black with #D9DDEE
Text Example
Text Example
White with #D9DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDEE; }
p { color: rgb(217,221,238); }
H1.HeaderClassName
{
color: #D9DDEE;
}
.AnyTagClassName
{
color: #D9DDEE;
}
</style>
background-color css
<style>
a { background-color: #D9DDEE; }
a { background-color: rgb(217,221,238); }
div.DivClassName
{
background-color: #D9DDEE;
}
.BgClassName
{
background-color: #D9DDEE;
}
</style>
border-color css
<style>
span { border-color: #D9DDEE; }
span { border-color: rgb(217,221,238); }
td.TdClassName
{
border-color: #D9DDEE;
}
.TagClassName
{
border-color: #D9DDEE;
}
</style>