Shades of Hawkes Blue #D7DADF
Tints of Hawkes Blue #D7DADF
RGB
CMYK
RGB Variations
Color information
#D7DADF (or 0xD7DADF) is known color: Hawkes Blue. HEX triplet: D7, DA and DF. RGB value is (215,218,223). Sum of RGB (Red+Green+Blue) = 215+218+223=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DADF is #282520. Grayscale: #D9D9D9. Windows color (decimal): -2630945 or 14670551. OLE color: 14670551.
HSL color Cylindrical-coordinate representation of color #D7DADF: hue angle of 217.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DADF is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 218 | 223 | - |
CMYK | 0.04 | 0.02 | 0 | 0.13 |
HSL | 217.5º | 0.11% | 0.86% | - |
HSV(B) | 217.5º | 0.04% | 0.87% | - |
XYZ | 66.42 | 69.92 | 79.81 | - |
YUV | 217.67 | 131.01 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 218 | 223 | 0.04 | 0.02 | 0 | 0.13 | 217.5 | 0.11 | 0.86 |
Hex | D7 | DA | DF | 4 | 2 | 0 | D | DA | B | 56 |
Octal | 327 | 332 | 337 | 4 | 2 | 0 | 15 | 332 | 13 | 126 |
Binary | 11010111 | 11011010 | 11011111 | 100 | 10 | 0 | 1101 | 11011010 | 1011 | 1010110 |
Color Harmonies of #D7DADF
Complementary color
Monochromatic Colors of #D7DADF
Black with #D7DADF
Text Example
Text Example
White with #D7DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DADF; }
p { color: rgb(215,218,223); }
H1.HeaderClassName
{
color: #D7DADF;
}
.AnyTagClassName
{
color: #D7DADF;
}
</style>
background-color css
<style>
a { background-color: #D7DADF; }
a { background-color: rgb(215,218,223); }
div.DivClassName
{
background-color: #D7DADF;
}
.BgClassName
{
background-color: #D7DADF;
}
</style>
border-color css
<style>
span { border-color: #D7DADF; }
span { border-color: rgb(215,218,223); }
td.TdClassName
{
border-color: #D7DADF;
}
.TagClassName
{
border-color: #D7DADF;
}
</style>