Shades of Hawkes Blue #D3DBEF
Tints of Hawkes Blue #D3DBEF
RGB
CMYK
RGB Variations
Color information
#D3DBEF (or 0xD3DBEF) is known color: Hawkes Blue. HEX triplet: D3, DB and EF. RGB value is (211,219,239). Sum of RGB (Red+Green+Blue) = 211+219+239=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DBEF is #2C2410. Grayscale: #DADADA. Windows color (decimal): -2892817 or 15719379. OLE color: 15719379.
HSL color Cylindrical-coordinate representation of color #D3DBEF: hue angle of 222.86º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3DBEF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 219 | 239 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.06 |
| HSL | 222.86º | 0.47% | 0.88% | - |
| HSV(B) | 222.86º | 0.12% | 0.94% | - |
| XYZ | 67.78 | 70.74 | 91.74 | - |
| YUV | 218.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 239 | 0.12 | 0.08 | 0 | 0.06 | 222.86 | 0.47 | 0.88 |
| Hex | D3 | DB | EF | C | 8 | 0 | 6 | DF | 2F | 58 |
| Octal | 323 | 333 | 357 | 14 | 10 | 0 | 6 | 337 | 57 | 130 |
| Binary | 11010011 | 11011011 | 11101111 | 1100 | 1000 | 0 | 110 | 11011111 | 101111 | 1011000 |
Color Harmonies of #D3DBEF
Complementary color
Monochromatic Colors of #D3DBEF
Black with #D3DBEF
Text Example
Text Example
White with #D3DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBEF; }
p { color: rgb(211,219,239); }
H1.HeaderClassName
{
color: #D3DBEF;
}
.AnyTagClassName
{
color: #D3DBEF;
}
</style>
background-color css
<style>
a { background-color: #D3DBEF; }
a { background-color: rgb(211,219,239); }
div.DivClassName
{
background-color: #D3DBEF;
}
.BgClassName
{
background-color: #D3DBEF;
}
</style>
border-color css
<style>
span { border-color: #D3DBEF; }
span { border-color: rgb(211,219,239); }
td.TdClassName
{
border-color: #D3DBEF;
}
.TagClassName
{
border-color: #D3DBEF;
}
</style>