Shades of Hawkes Blue #D5DAE6
Tints of Hawkes Blue #D5DAE6
RGB
CMYK
RGB Variations
Color information
#D5DAE6 (or 0xD5DAE6) is known color: Hawkes Blue. HEX triplet: D5, DA and E6. RGB value is (213,218,230). Sum of RGB (Red+Green+Blue) = 213+218+230=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAE6 is #2A2519. Grayscale: #D9D9D9. Windows color (decimal): -2762010 or 15129301. OLE color: 15129301.
HSL color Cylindrical-coordinate representation of color #D5DAE6: hue angle of 222.35º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DAE6 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 213 | 218 | 230 | - |
CMYK | 0.07 | 0.05 | 0 | 0.10 |
HSL | 222.35º | 0.25% | 0.87% | - |
HSV(B) | 222.35º | 0.07% | 0.9% | - |
XYZ | 66.79 | 70 | 84.85 | - |
YUV | 217.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 230 | 0.07 | 0.05 | 0 | 0.10 | 222.35 | 0.25 | 0.87 |
Hex | D5 | DA | E6 | 7 | 5 | 0 | A | DE | 19 | 57 |
Octal | 325 | 332 | 346 | 7 | 5 | 0 | 12 | 336 | 31 | 127 |
Binary | 11010101 | 11011010 | 11100110 | 111 | 101 | 0 | 1010 | 11011110 | 11001 | 1010111 |
Color Harmonies of #D5DAE6
Complementary color
Monochromatic Colors of #D5DAE6
Black with #D5DAE6
Text Example
Text Example
White with #D5DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAE6; }
p { color: rgb(213,218,230); }
H1.HeaderClassName
{
color: #D5DAE6;
}
.AnyTagClassName
{
color: #D5DAE6;
}
</style>
background-color css
<style>
a { background-color: #D5DAE6; }
a { background-color: rgb(213,218,230); }
div.DivClassName
{
background-color: #D5DAE6;
}
.BgClassName
{
background-color: #D5DAE6;
}
</style>
border-color css
<style>
span { border-color: #D5DAE6; }
span { border-color: rgb(213,218,230); }
td.TdClassName
{
border-color: #D5DAE6;
}
.TagClassName
{
border-color: #D5DAE6;
}
</style>