Shades of Hawkes Blue #D4D6DC
Tints of Hawkes Blue #D4D6DC
RGB
CMYK
RGB Variations
Color information
#D4D6DC (or 0xD4D6DC) is known color: Hawkes Blue. HEX triplet: D4, D6 and DC. RGB value is (212,214,220). Sum of RGB (Red+Green+Blue) = 212+214+220=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6DC is #2B2923. Grayscale: #D6D6D6. Windows color (decimal): -2828580 or 14472916. OLE color: 14472916.
HSL color Cylindrical-coordinate representation of color #D4D6DC: hue angle of 225º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D6DC is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 214 | 220 | - |
CMYK | 0.04 | 0.03 | 0 | 0.14 |
HSL | 225º | 0.1% | 0.85% | - |
HSV(B) | 225º | 0.04% | 0.86% | - |
XYZ | 64.12 | 67.26 | 77.31 | - |
YUV | 214.09 | 131.34 | 126.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 214 | 220 | 0.04 | 0.03 | 0 | 0.14 | 225 | 0.1 | 0.85 |
Hex | D4 | D6 | DC | 4 | 3 | 0 | E | E1 | A | 55 |
Octal | 324 | 326 | 334 | 4 | 3 | 0 | 16 | 341 | 12 | 125 |
Binary | 11010100 | 11010110 | 11011100 | 100 | 11 | 0 | 1110 | 11100001 | 1010 | 1010101 |
Color Harmonies of #D4D6DC
Complementary color
Monochromatic Colors of #D4D6DC
Black with #D4D6DC
Text Example
Text Example
White with #D4D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6DC; }
p { color: rgb(212,214,220); }
H1.HeaderClassName
{
color: #D4D6DC;
}
.AnyTagClassName
{
color: #D4D6DC;
}
</style>
background-color css
<style>
a { background-color: #D4D6DC; }
a { background-color: rgb(212,214,220); }
div.DivClassName
{
background-color: #D4D6DC;
}
.BgClassName
{
background-color: #D4D6DC;
}
</style>
border-color css
<style>
span { border-color: #D4D6DC; }
span { border-color: rgb(212,214,220); }
td.TdClassName
{
border-color: #D4D6DC;
}
.TagClassName
{
border-color: #D4D6DC;
}
</style>