Shades of Hawkes Blue #D3DBEE
Tints of Hawkes Blue #D3DBEE
RGB
CMYK
RGB Variations
Color information
#D3DBEE (or 0xD3DBEE) is known color: Hawkes Blue. HEX triplet: D3, DB and EE. RGB value is (211,219,238). Sum of RGB (Red+Green+Blue) = 211+219+238=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DBEE is #2C2411. Grayscale: #DADADA. Windows color (decimal): -2892818 or 15653843. OLE color: 15653843.
HSL color Cylindrical-coordinate representation of color #D3DBEE: hue angle of 222.22º 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 #D3DBEE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 219 | 238 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.07 |
| HSL | 222.22º | 0.44% | 0.88% | - |
| HSV(B) | 222.22º | 0.11% | 0.93% | - |
| XYZ | 67.63 | 70.68 | 90.97 | - |
| YUV | 218.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 238 | 0.11 | 0.08 | 0 | 0.07 | 222.22 | 0.44 | 0.88 |
| Hex | D3 | DB | EE | B | 8 | 0 | 7 | DE | 2C | 58 |
| Octal | 323 | 333 | 356 | 13 | 10 | 0 | 7 | 336 | 54 | 130 |
| Binary | 11010011 | 11011011 | 11101110 | 1011 | 1000 | 0 | 111 | 11011110 | 101100 | 1011000 |
Color Harmonies of #D3DBEE
Complementary color
Monochromatic Colors of #D3DBEE
Black with #D3DBEE
Text Example
Text Example
White with #D3DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBEE; }
p { color: rgb(211,219,238); }
H1.HeaderClassName
{
color: #D3DBEE;
}
.AnyTagClassName
{
color: #D3DBEE;
}
</style>
background-color css
<style>
a { background-color: #D3DBEE; }
a { background-color: rgb(211,219,238); }
div.DivClassName
{
background-color: #D3DBEE;
}
.BgClassName
{
background-color: #D3DBEE;
}
</style>
border-color css
<style>
span { border-color: #D3DBEE; }
span { border-color: rgb(211,219,238); }
td.TdClassName
{
border-color: #D3DBEE;
}
.TagClassName
{
border-color: #D3DBEE;
}
</style>