Shades of Hawkes Blue #D2DCE9
Tints of Hawkes Blue #D2DCE9
RGB
CMYK
RGB Variations
Color information
#D2DCE9 (or 0xD2DCE9) is known color: Hawkes Blue. HEX triplet: D2, DC and E9. RGB value is (210,220,233). Sum of RGB (Red+Green+Blue) = 210+220+233=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCE9 is #2D2316. Grayscale: #DADADA. Windows color (decimal): -2958103 or 15326418. OLE color: 15326418.
HSL color Cylindrical-coordinate representation of color #D2DCE9: hue angle of 213.91º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DCE9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 220 | 233 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.09 |
| HSL | 213.91º | 0.34% | 0.87% | - |
| HSV(B) | 213.91º | 0.1% | 0.91% | - |
| XYZ | 66.88 | 70.77 | 87.23 | - |
| YUV | 218.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 233 | 0.10 | 0.06 | 0 | 0.09 | 213.91 | 0.34 | 0.87 |
| Hex | D2 | DC | E9 | A | 6 | 0 | 9 | D6 | 22 | 57 |
| Octal | 322 | 334 | 351 | 12 | 6 | 0 | 11 | 326 | 42 | 127 |
| Binary | 11010010 | 11011100 | 11101001 | 1010 | 110 | 0 | 1001 | 11010110 | 100010 | 1010111 |
Color Harmonies of #D2DCE9
Complementary color
Monochromatic Colors of #D2DCE9
Black with #D2DCE9
Text Example
Text Example
White with #D2DCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCE9; }
p { color: rgb(210,220,233); }
H1.HeaderClassName
{
color: #D2DCE9;
}
.AnyTagClassName
{
color: #D2DCE9;
}
</style>
background-color css
<style>
a { background-color: #D2DCE9; }
a { background-color: rgb(210,220,233); }
div.DivClassName
{
background-color: #D2DCE9;
}
.BgClassName
{
background-color: #D2DCE9;
}
</style>
border-color css
<style>
span { border-color: #D2DCE9; }
span { border-color: rgb(210,220,233); }
td.TdClassName
{
border-color: #D2DCE9;
}
.TagClassName
{
border-color: #D2DCE9;
}
</style>