Shades of Hawkes Blue #D3DDF9
Tints of Hawkes Blue #D3DDF9
RGB
CMYK
RGB Variations
Color information
#D3DDF9 (or 0xD3DDF9) is known color: Hawkes Blue. HEX triplet: D3, DD and F9. RGB value is (211,221,249). Sum of RGB (Red+Green+Blue) = 211+221+249=681 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.98% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDF9 is #2C2206. Grayscale: #DDDDDD. Windows color (decimal): -2892295 or 16375251. OLE color: 16375251.
HSL color Cylindrical-coordinate representation of color #D3DDF9: hue angle of 224.21º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DDF9 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 221 | 249 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.02 |
| HSL | 224.21º | 0.76% | 0.9% | - |
| HSV(B) | 224.21º | 0.15% | 0.98% | - |
| XYZ | 69.82 | 72.4 | 99.92 | - |
| YUV | 221.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 249 | 0.15 | 0.11 | 0 | 0.02 | 224.21 | 0.76 | 0.9 |
| Hex | D3 | DD | F9 | F | B | 0 | 2 | E0 | 4C | 5A |
| Octal | 323 | 335 | 371 | 17 | 13 | 0 | 2 | 340 | 114 | 132 |
| Binary | 11010011 | 11011101 | 11111001 | 1111 | 1011 | 0 | 10 | 11100000 | 1001100 | 1011010 |
Color Harmonies of #D3DDF9
Complementary color
Monochromatic Colors of #D3DDF9
Black with #D3DDF9
Text Example
Text Example
White with #D3DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDF9; }
p { color: rgb(211,221,249); }
H1.HeaderClassName
{
color: #D3DDF9;
}
.AnyTagClassName
{
color: #D3DDF9;
}
</style>
background-color css
<style>
a { background-color: #D3DDF9; }
a { background-color: rgb(211,221,249); }
div.DivClassName
{
background-color: #D3DDF9;
}
.BgClassName
{
background-color: #D3DDF9;
}
</style>
border-color css
<style>
span { border-color: #D3DDF9; }
span { border-color: rgb(211,221,249); }
td.TdClassName
{
border-color: #D3DDF9;
}
.TagClassName
{
border-color: #D3DDF9;
}
</style>