Shades of Hawkes Blue #D7DCE4
Tints of Hawkes Blue #D7DCE4
RGB
CMYK
RGB Variations
Color information
#D7DCE4 (or 0xD7DCE4) is known color: Hawkes Blue. HEX triplet: D7, DC and E4. RGB value is (215,220,228). Sum of RGB (Red+Green+Blue) = 215+220+228=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7DCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCE4 is #28231B. Grayscale: #DBDBDB. Windows color (decimal): -2630428 or 14998743. OLE color: 14998743.
HSL color Cylindrical-coordinate representation of color #D7DCE4: hue angle of 216.92º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7DCE4 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 215 | 220 | 228 | - |
CMYK | 0.06 | 0.04 | 0 | 0.11 |
HSL | 216.92º | 0.19% | 0.87% | - |
HSV(B) | 216.92º | 0.06% | 0.89% | - |
XYZ | 67.62 | 71.23 | 83.58 | - |
YUV | 219.42 | 132.84 | 124.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 220 | 228 | 0.06 | 0.04 | 0 | 0.11 | 216.92 | 0.19 | 0.87 |
Hex | D7 | DC | E4 | 6 | 4 | 0 | B | D9 | 13 | 57 |
Octal | 327 | 334 | 344 | 6 | 4 | 0 | 13 | 331 | 23 | 127 |
Binary | 11010111 | 11011100 | 11100100 | 110 | 100 | 0 | 1011 | 11011001 | 10011 | 1010111 |
Color Harmonies of #D7DCE4
Complementary color
Monochromatic Colors of #D7DCE4
Black with #D7DCE4
Text Example
Text Example
White with #D7DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCE4; }
p { color: rgb(215,220,228); }
H1.HeaderClassName
{
color: #D7DCE4;
}
.AnyTagClassName
{
color: #D7DCE4;
}
</style>
background-color css
<style>
a { background-color: #D7DCE4; }
a { background-color: rgb(215,220,228); }
div.DivClassName
{
background-color: #D7DCE4;
}
.BgClassName
{
background-color: #D7DCE4;
}
</style>
border-color css
<style>
span { border-color: #D7DCE4; }
span { border-color: rgb(215,220,228); }
td.TdClassName
{
border-color: #D7DCE4;
}
.TagClassName
{
border-color: #D7DCE4;
}
</style>