Shades of Hawkes Blue #D3DEF6
Tints of Hawkes Blue #D3DEF6
RGB
CMYK
RGB Variations
Color information
#D3DEF6 (or 0xD3DEF6) is known color: Hawkes Blue. HEX triplet: D3, DE and F6. RGB value is (211,222,246). Sum of RGB (Red+Green+Blue) = 211+222+246=679 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.08% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DEF6 is #2C2109. Grayscale: #DDDDDD. Windows color (decimal): -2892042 or 16178899. OLE color: 16178899.
HSL color Cylindrical-coordinate representation of color #D3DEF6: hue angle of 221.14º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3DEF6 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 222 | 246 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.04 |
| HSL | 221.14º | 0.66% | 0.9% | - |
| HSV(B) | 221.14º | 0.14% | 0.96% | - |
| XYZ | 69.62 | 72.75 | 97.56 | - |
| YUV | 221.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 246 | 0.14 | 0.10 | 0 | 0.04 | 221.14 | 0.66 | 0.9 |
| Hex | D3 | DE | F6 | E | A | 0 | 4 | DD | 42 | 5A |
| Octal | 323 | 336 | 366 | 16 | 12 | 0 | 4 | 335 | 102 | 132 |
| Binary | 11010011 | 11011110 | 11110110 | 1110 | 1010 | 0 | 100 | 11011101 | 1000010 | 1011010 |
Color Harmonies of #D3DEF6
Complementary color
Monochromatic Colors of #D3DEF6
Black with #D3DEF6
Text Example
Text Example
White with #D3DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEF6; }
p { color: rgb(211,222,246); }
H1.HeaderClassName
{
color: #D3DEF6;
}
.AnyTagClassName
{
color: #D3DEF6;
}
</style>
background-color css
<style>
a { background-color: #D3DEF6; }
a { background-color: rgb(211,222,246); }
div.DivClassName
{
background-color: #D3DEF6;
}
.BgClassName
{
background-color: #D3DEF6;
}
</style>
border-color css
<style>
span { border-color: #D3DEF6; }
span { border-color: rgb(211,222,246); }
td.TdClassName
{
border-color: #D3DEF6;
}
.TagClassName
{
border-color: #D3DEF6;
}
</style>