Shades of Hawkes Blue #D6DCF2
Tints of Hawkes Blue #D6DCF2
RGB
CMYK
RGB Variations
Color information
#D6DCF2 (or 0xD6DCF2) is known color: Hawkes Blue. HEX triplet: D6, DC and F2. RGB value is (214,220,242). Sum of RGB (Red+Green+Blue) = 214+220+242=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF2 is #29230D. Grayscale: #DCDCDC. Windows color (decimal): -2695950 or 15916246. OLE color: 15916246.
HSL color Cylindrical-coordinate representation of color #D6DCF2: hue angle of 227.14º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DCF2 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 220 | 242 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.05 |
| HSL | 227.14º | 0.52% | 0.89% | - |
| HSV(B) | 227.14º | 0.12% | 0.95% | - |
| XYZ | 69.35 | 71.89 | 94.23 | - |
| YUV | 220.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 242 | 0.12 | 0.09 | 0 | 0.05 | 227.14 | 0.52 | 0.89 |
| Hex | D6 | DC | F2 | C | 9 | 0 | 5 | E3 | 34 | 59 |
| Octal | 326 | 334 | 362 | 14 | 11 | 0 | 5 | 343 | 64 | 131 |
| Binary | 11010110 | 11011100 | 11110010 | 1100 | 1001 | 0 | 101 | 11100011 | 110100 | 1011001 |
Color Harmonies of #D6DCF2
Complementary color
Monochromatic Colors of #D6DCF2
Black with #D6DCF2
Text Example
Text Example
White with #D6DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCF2; }
p { color: rgb(214,220,242); }
H1.HeaderClassName
{
color: #D6DCF2;
}
.AnyTagClassName
{
color: #D6DCF2;
}
</style>
background-color css
<style>
a { background-color: #D6DCF2; }
a { background-color: rgb(214,220,242); }
div.DivClassName
{
background-color: #D6DCF2;
}
.BgClassName
{
background-color: #D6DCF2;
}
</style>
border-color css
<style>
span { border-color: #D6DCF2; }
span { border-color: rgb(214,220,242); }
td.TdClassName
{
border-color: #D6DCF2;
}
.TagClassName
{
border-color: #D6DCF2;
}
</style>