Shades of Hawkes Blue #D3DDEE
Tints of Hawkes Blue #D3DDEE
RGB
CMYK
RGB Variations
Color information
#D3DDEE (or 0xD3DDEE) is known color: Hawkes Blue. HEX triplet: D3, DD and EE. RGB value is (211,221,238). Sum of RGB (Red+Green+Blue) = 211+221+238=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDEE is #2C2211. Grayscale: #DBDBDB. Windows color (decimal): -2892306 or 15654355. OLE color: 15654355.
HSL color Cylindrical-coordinate representation of color #D3DDEE: hue angle of 217.78º 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 #D3DDEE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 221 | 238 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.07 |
| HSL | 217.78º | 0.44% | 0.88% | - |
| HSV(B) | 217.78º | 0.11% | 0.93% | - |
| XYZ | 68.15 | 71.73 | 91.14 | - |
| YUV | 219.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 238 | 0.11 | 0.07 | 0 | 0.07 | 217.78 | 0.44 | 0.88 |
| Hex | D3 | DD | EE | B | 7 | 0 | 7 | DA | 2C | 58 |
| Octal | 323 | 335 | 356 | 13 | 7 | 0 | 7 | 332 | 54 | 130 |
| Binary | 11010011 | 11011101 | 11101110 | 1011 | 111 | 0 | 111 | 11011010 | 101100 | 1011000 |
Color Harmonies of #D3DDEE
Complementary color
Monochromatic Colors of #D3DDEE
Black with #D3DDEE
Text Example
Text Example
White with #D3DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDEE; }
p { color: rgb(211,221,238); }
H1.HeaderClassName
{
color: #D3DDEE;
}
.AnyTagClassName
{
color: #D3DDEE;
}
</style>
background-color css
<style>
a { background-color: #D3DDEE; }
a { background-color: rgb(211,221,238); }
div.DivClassName
{
background-color: #D3DDEE;
}
.BgClassName
{
background-color: #D3DDEE;
}
</style>
border-color css
<style>
span { border-color: #D3DDEE; }
span { border-color: rgb(211,221,238); }
td.TdClassName
{
border-color: #D3DDEE;
}
.TagClassName
{
border-color: #D3DDEE;
}
</style>