Shades of Hawkes Blue #D7DCEF
Tints of Hawkes Blue #D7DCEF
RGB
CMYK
RGB Variations
Color information
#D7DCEF (or 0xD7DCEF) is known color: Hawkes Blue. HEX triplet: D7, DC and EF. RGB value is (215,220,239). Sum of RGB (Red+Green+Blue) = 215+220+239=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCEF is #282310. Grayscale: #DCDCDC. Windows color (decimal): -2630417 or 15719639. OLE color: 15719639.
HSL color Cylindrical-coordinate representation of color #D7DCEF: hue angle of 227.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7DCEF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 220 | 239 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.06 |
| HSL | 227.5º | 0.43% | 0.89% | - |
| HSV(B) | 227.5º | 0.1% | 0.94% | - |
| XYZ | 69.2 | 71.87 | 91.89 | - |
| YUV | 220.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 239 | 0.10 | 0.08 | 0 | 0.06 | 227.5 | 0.43 | 0.89 |
| Hex | D7 | DC | EF | A | 8 | 0 | 6 | E4 | 2B | 59 |
| Octal | 327 | 334 | 357 | 12 | 10 | 0 | 6 | 344 | 53 | 131 |
| Binary | 11010111 | 11011100 | 11101111 | 1010 | 1000 | 0 | 110 | 11100100 | 101011 | 1011001 |
Color Harmonies of #D7DCEF
Complementary color
Monochromatic Colors of #D7DCEF
Black with #D7DCEF
Text Example
Text Example
White with #D7DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCEF; }
p { color: rgb(215,220,239); }
H1.HeaderClassName
{
color: #D7DCEF;
}
.AnyTagClassName
{
color: #D7DCEF;
}
</style>
background-color css
<style>
a { background-color: #D7DCEF; }
a { background-color: rgb(215,220,239); }
div.DivClassName
{
background-color: #D7DCEF;
}
.BgClassName
{
background-color: #D7DCEF;
}
</style>
border-color css
<style>
span { border-color: #D7DCEF; }
span { border-color: rgb(215,220,239); }
td.TdClassName
{
border-color: #D7DCEF;
}
.TagClassName
{
border-color: #D7DCEF;
}
</style>