Shades of Hawkes Blue #D3DBFF
Tints of Hawkes Blue #D3DBFF
RGB
CMYK
RGB Variations
Color information
#D3DBFF (or 0xD3DBFF) is known color: Hawkes Blue. HEX triplet: D3, DB and FF. RGB value is (211,219,255). Sum of RGB (Red+Green+Blue) = 211+219+255=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DBFF is #2C2400. Grayscale: #DCDCDC. Windows color (decimal): -2892801 or 16767955. OLE color: 16767955.
HSL color Cylindrical-coordinate representation of color #D3DBFF: hue angle of 229.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3DBFF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 219 | 255 | - |
| CMYK | 0.17 | 0.14 | 0 | 0 |
| HSL | 229.09º | 1% | 0.91% | - |
| HSV(B) | 229.09º | 0.17% | 1% | - |
| XYZ | 70.25 | 71.73 | 104.75 | - |
| YUV | 220.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 255 | 0.17 | 0.14 | 0 | 0 | 229.09 | 1 | 0.91 |
| Hex | D3 | DB | FF | 11 | E | 0 | 0 | E5 | 64 | 5B |
| Octal | 323 | 333 | 377 | 21 | 16 | 0 | 0 | 345 | 144 | 133 |
| Binary | 11010011 | 11011011 | 11111111 | 10001 | 1110 | 0 | 0 | 11100101 | 1100100 | 1011011 |
Color Harmonies of #D3DBFF
Complementary color
Monochromatic Colors of #D3DBFF
Black with #D3DBFF
Text Example
Text Example
White with #D3DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBFF; }
p { color: rgb(211,219,255); }
H1.HeaderClassName
{
color: #D3DBFF;
}
.AnyTagClassName
{
color: #D3DBFF;
}
</style>
background-color css
<style>
a { background-color: #D3DBFF; }
a { background-color: rgb(211,219,255); }
div.DivClassName
{
background-color: #D3DBFF;
}
.BgClassName
{
background-color: #D3DBFF;
}
</style>
border-color css
<style>
span { border-color: #D3DBFF; }
span { border-color: rgb(211,219,255); }
td.TdClassName
{
border-color: #D3DBFF;
}
.TagClassName
{
border-color: #D3DBFF;
}
</style>