Shades of Hawkes Blue #D3DEEE
Tints of Hawkes Blue #D3DEEE
RGB
CMYK
RGB Variations
Color information
#D3DEEE (or 0xD3DEEE) is known color: Hawkes Blue. HEX triplet: D3, DE and EE. RGB value is (211,222,238). Sum of RGB (Red+Green+Blue) = 211+222+238=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DEEE is #2C2111. Grayscale: #DCDCDC. Windows color (decimal): -2892050 or 15654611. OLE color: 15654611.
HSL color Cylindrical-coordinate representation of color #D3DEEE: hue angle of 215.56º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DEEE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 222 | 238 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.07 |
| HSL | 215.56º | 0.44% | 0.88% | - |
| HSV(B) | 215.56º | 0.11% | 0.93% | - |
| XYZ | 68.42 | 72.26 | 91.23 | - |
| YUV | 220.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 238 | 0.11 | 0.07 | 0 | 0.07 | 215.56 | 0.44 | 0.88 |
| Hex | D3 | DE | EE | B | 7 | 0 | 7 | D8 | 2C | 58 |
| Octal | 323 | 336 | 356 | 13 | 7 | 0 | 7 | 330 | 54 | 130 |
| Binary | 11010011 | 11011110 | 11101110 | 1011 | 111 | 0 | 111 | 11011000 | 101100 | 1011000 |
Color Harmonies of #D3DEEE
Complementary color
Monochromatic Colors of #D3DEEE
Black with #D3DEEE
Text Example
Text Example
White with #D3DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEEE; }
p { color: rgb(211,222,238); }
H1.HeaderClassName
{
color: #D3DEEE;
}
.AnyTagClassName
{
color: #D3DEEE;
}
</style>
background-color css
<style>
a { background-color: #D3DEEE; }
a { background-color: rgb(211,222,238); }
div.DivClassName
{
background-color: #D3DEEE;
}
.BgClassName
{
background-color: #D3DEEE;
}
</style>
border-color css
<style>
span { border-color: #D3DEEE; }
span { border-color: rgb(211,222,238); }
td.TdClassName
{
border-color: #D3DEEE;
}
.TagClassName
{
border-color: #D3DEEE;
}
</style>