Shades of Hawkes Blue #D5DAEC
Tints of Hawkes Blue #D5DAEC
RGB
CMYK
RGB Variations
Color information
#D5DAEC (or 0xD5DAEC) is known color: Hawkes Blue. HEX triplet: D5, DA and EC. RGB value is (213,218,236). Sum of RGB (Red+Green+Blue) = 213+218+236=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAEC is #2A2513. Grayscale: #DADADA. Windows color (decimal): -2762004 or 15522517. OLE color: 15522517.
HSL color Cylindrical-coordinate representation of color #D5DAEC: hue angle of 226.96º 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 #D5DAEC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 218 | 236 | - |
CMYK | 0.10 | 0.08 | 0 | 0.07 |
HSL | 226.96º | 0.38% | 0.88% | - |
HSV(B) | 226.96º | 0.1% | 0.93% | - |
XYZ | 67.65 | 70.35 | 89.37 | - |
YUV | 218.56 | 137.84 | 124.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 236 | 0.10 | 0.08 | 0 | 0.07 | 226.96 | 0.38 | 0.88 |
Hex | D5 | DA | EC | A | 8 | 0 | 7 | E3 | 26 | 58 |
Octal | 325 | 332 | 354 | 12 | 10 | 0 | 7 | 343 | 46 | 130 |
Binary | 11010101 | 11011010 | 11101100 | 1010 | 1000 | 0 | 111 | 11100011 | 100110 | 1011000 |
Color Harmonies of #D5DAEC
Complementary color
Monochromatic Colors of #D5DAEC
Black with #D5DAEC
Text Example
Text Example
White with #D5DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAEC; }
p { color: rgb(213,218,236); }
H1.HeaderClassName
{
color: #D5DAEC;
}
.AnyTagClassName
{
color: #D5DAEC;
}
</style>
background-color css
<style>
a { background-color: #D5DAEC; }
a { background-color: rgb(213,218,236); }
div.DivClassName
{
background-color: #D5DAEC;
}
.BgClassName
{
background-color: #D5DAEC;
}
</style>
border-color css
<style>
span { border-color: #D5DAEC; }
span { border-color: rgb(213,218,236); }
td.TdClassName
{
border-color: #D5DAEC;
}
.TagClassName
{
border-color: #D5DAEC;
}
</style>