Shades of Hawkes Blue #D2DDF6
Tints of Hawkes Blue #D2DDF6
RGB
CMYK
RGB Variations
Color information
#D2DDF6 (or 0xD2DDF6) is known color: Hawkes Blue. HEX triplet: D2, DD and F6. RGB value is (210,221,246). Sum of RGB (Red+Green+Blue) = 210+221+246=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDF6 is #2D2209. Grayscale: #DCDCDC. Windows color (decimal): -2957834 or 16178642. OLE color: 16178642.
HSL color Cylindrical-coordinate representation of color #D2DDF6: hue angle of 221.67º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DDF6 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 221 | 246 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.04 |
| HSL | 221.67º | 0.67% | 0.89% | - |
| HSV(B) | 221.67º | 0.15% | 0.96% | - |
| XYZ | 69.07 | 72.07 | 97.46 | - |
| YUV | 220.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 246 | 0.15 | 0.10 | 0 | 0.04 | 221.67 | 0.67 | 0.89 |
| Hex | D2 | DD | F6 | F | A | 0 | 4 | DE | 43 | 59 |
| Octal | 322 | 335 | 366 | 17 | 12 | 0 | 4 | 336 | 103 | 131 |
| Binary | 11010010 | 11011101 | 11110110 | 1111 | 1010 | 0 | 100 | 11011110 | 1000011 | 1011001 |
Color Harmonies of #D2DDF6
Complementary color
Monochromatic Colors of #D2DDF6
Black with #D2DDF6
Text Example
Text Example
White with #D2DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDF6; }
p { color: rgb(210,221,246); }
H1.HeaderClassName
{
color: #D2DDF6;
}
.AnyTagClassName
{
color: #D2DDF6;
}
</style>
background-color css
<style>
a { background-color: #D2DDF6; }
a { background-color: rgb(210,221,246); }
div.DivClassName
{
background-color: #D2DDF6;
}
.BgClassName
{
background-color: #D2DDF6;
}
</style>
border-color css
<style>
span { border-color: #D2DDF6; }
span { border-color: rgb(210,221,246); }
td.TdClassName
{
border-color: #D2DDF6;
}
.TagClassName
{
border-color: #D2DDF6;
}
</style>