Shades of Hawkes Blue #D6DCF5
Tints of Hawkes Blue #D6DCF5
RGB
CMYK
RGB Variations
Color information
#D6DCF5 (or 0xD6DCF5) is known color: Hawkes Blue. HEX triplet: D6, DC and F5. RGB value is (214,220,245). Sum of RGB (Red+Green+Blue) = 214+220+245=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 245 - color contains mainly: blue. Hex color #D6DCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF5 is #29230A. Grayscale: #DCDCDC. Windows color (decimal): -2695947 or 16112854. OLE color: 16112854.
HSL color Cylindrical-coordinate representation of color #D6DCF5: hue angle of 228.39º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6DCF5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 220 | 245 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.04 |
| HSL | 228.39º | 0.61% | 0.9% | - |
| HSV(B) | 228.39º | 0.13% | 0.96% | - |
| XYZ | 69.81 | 72.08 | 96.62 | - |
| YUV | 221.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 245 | 0.13 | 0.10 | 0 | 0.04 | 228.39 | 0.61 | 0.9 |
| Hex | D6 | DC | F5 | D | A | 0 | 4 | E4 | 3D | 5A |
| Octal | 326 | 334 | 365 | 15 | 12 | 0 | 4 | 344 | 75 | 132 |
| Binary | 11010110 | 11011100 | 11110101 | 1101 | 1010 | 0 | 100 | 11100100 | 111101 | 1011010 |
Color Harmonies of #D6DCF5
Complementary color
Monochromatic Colors of #D6DCF5
Black with #D6DCF5
Text Example
Text Example
White with #D6DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCF5; }
p { color: rgb(214,220,245); }
H1.HeaderClassName
{
color: #D6DCF5;
}
.AnyTagClassName
{
color: #D6DCF5;
}
</style>
background-color css
<style>
a { background-color: #D6DCF5; }
a { background-color: rgb(214,220,245); }
div.DivClassName
{
background-color: #D6DCF5;
}
.BgClassName
{
background-color: #D6DCF5;
}
</style>
border-color css
<style>
span { border-color: #D6DCF5; }
span { border-color: rgb(214,220,245); }
td.TdClassName
{
border-color: #D6DCF5;
}
.TagClassName
{
border-color: #D6DCF5;
}
</style>