Shades of Hawkes Blue #D2DCF9
Tints of Hawkes Blue #D2DCF9
RGB
CMYK
RGB Variations
Color information
#D2DCF9 (or 0xD2DCF9) is known color: Hawkes Blue. HEX triplet: D2, DC and F9. RGB value is (210,220,249). Sum of RGB (Red+Green+Blue) = 210+220+249=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCF9 is #2D2306. Grayscale: #DCDCDC. Windows color (decimal): -2958087 or 16374994. OLE color: 16374994.
HSL color Cylindrical-coordinate representation of color #D2DCF9: hue angle of 224.62º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DCF9 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 220 | 249 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.02 |
| HSL | 224.62º | 0.76% | 0.9% | - |
| HSV(B) | 224.62º | 0.16% | 0.98% | - |
| XYZ | 69.27 | 71.73 | 99.82 | - |
| YUV | 220.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 249 | 0.16 | 0.12 | 0 | 0.02 | 224.62 | 0.76 | 0.9 |
| Hex | D2 | DC | F9 | 10 | C | 0 | 2 | E1 | 4C | 5A |
| Octal | 322 | 334 | 371 | 20 | 14 | 0 | 2 | 341 | 114 | 132 |
| Binary | 11010010 | 11011100 | 11111001 | 10000 | 1100 | 0 | 10 | 11100001 | 1001100 | 1011010 |
Color Harmonies of #D2DCF9
Complementary color
Monochromatic Colors of #D2DCF9
Black with #D2DCF9
Text Example
Text Example
White with #D2DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCF9; }
p { color: rgb(210,220,249); }
H1.HeaderClassName
{
color: #D2DCF9;
}
.AnyTagClassName
{
color: #D2DCF9;
}
</style>
background-color css
<style>
a { background-color: #D2DCF9; }
a { background-color: rgb(210,220,249); }
div.DivClassName
{
background-color: #D2DCF9;
}
.BgClassName
{
background-color: #D2DCF9;
}
</style>
border-color css
<style>
span { border-color: #D2DCF9; }
span { border-color: rgb(210,220,249); }
td.TdClassName
{
border-color: #D2DCF9;
}
.TagClassName
{
border-color: #D2DCF9;
}
</style>