Shades of Hawkes Blue #D5D9EC
Tints of Hawkes Blue #D5D9EC
RGB
CMYK
RGB Variations
Color information
#D5D9EC (or 0xD5D9EC) is known color: Hawkes Blue. HEX triplet: D5, D9 and EC. RGB value is (213,217,236). Sum of RGB (Red+Green+Blue) = 213+217+236=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 217 (85.16% from 255 or 32.58% 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 #D5D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9EC is #2A2613. Grayscale: #D9D9D9. Windows color (decimal): -2762260 or 15522261. OLE color: 15522261.
HSL color Cylindrical-coordinate representation of color #D5D9EC: hue angle of 229.57º 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 #D5D9EC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 217 | 236 | - |
CMYK | 0.10 | 0.08 | 0 | 0.07 |
HSL | 229.57º | 0.38% | 0.88% | - |
HSV(B) | 229.57º | 0.1% | 0.93% | - |
XYZ | 67.39 | 69.83 | 89.28 | - |
YUV | 217.97 | 138.17 | 124.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 217 | 236 | 0.10 | 0.08 | 0 | 0.07 | 229.57 | 0.38 | 0.88 |
Hex | D5 | D9 | EC | A | 8 | 0 | 7 | E6 | 26 | 58 |
Octal | 325 | 331 | 354 | 12 | 10 | 0 | 7 | 346 | 46 | 130 |
Binary | 11010101 | 11011001 | 11101100 | 1010 | 1000 | 0 | 111 | 11100110 | 100110 | 1011000 |
Color Harmonies of #D5D9EC
Complementary color
Monochromatic Colors of #D5D9EC
Black with #D5D9EC
Text Example
Text Example
White with #D5D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9EC; }
p { color: rgb(213,217,236); }
H1.HeaderClassName
{
color: #D5D9EC;
}
.AnyTagClassName
{
color: #D5D9EC;
}
</style>
background-color css
<style>
a { background-color: #D5D9EC; }
a { background-color: rgb(213,217,236); }
div.DivClassName
{
background-color: #D5D9EC;
}
.BgClassName
{
background-color: #D5D9EC;
}
</style>
border-color css
<style>
span { border-color: #D5D9EC; }
span { border-color: rgb(213,217,236); }
td.TdClassName
{
border-color: #D5D9EC;
}
.TagClassName
{
border-color: #D5D9EC;
}
</style>