Shades of Hawkes Blue #D3DFFF
Tints of Hawkes Blue #D3DFFF
RGB
CMYK
RGB Variations
Color information
#D3DFFF (or 0xD3DFFF) is known color: Hawkes Blue. HEX triplet: D3, DF and FF. RGB value is (211,223,255). Sum of RGB (Red+Green+Blue) = 211+223+255=689 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.62% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFFF is #2C2000. Grayscale: #DEDEDE. Windows color (decimal): -2891777 or 16768979. OLE color: 16768979.
HSL color Cylindrical-coordinate representation of color #D3DFFF: hue angle of 223.64º 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 #D3DFFF is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 223 | 255 | - |
| CMYK | 0.17 | 0.13 | 0 | 0 |
| HSL | 223.64º | 1% | 0.91% | - |
| HSV(B) | 223.64º | 0.17% | 1% | - |
| XYZ | 71.3 | 73.84 | 105.1 | - |
| YUV | 223.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 255 | 0.17 | 0.13 | 0 | 0 | 223.64 | 1 | 0.91 |
| Hex | D3 | DF | FF | 11 | D | 0 | 0 | E0 | 64 | 5B |
| Octal | 323 | 337 | 377 | 21 | 15 | 0 | 0 | 340 | 144 | 133 |
| Binary | 11010011 | 11011111 | 11111111 | 10001 | 1101 | 0 | 0 | 11100000 | 1100100 | 1011011 |
Color Harmonies of #D3DFFF
Complementary color
Monochromatic Colors of #D3DFFF
Black with #D3DFFF
Text Example
Text Example
White with #D3DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFFF; }
p { color: rgb(211,223,255); }
H1.HeaderClassName
{
color: #D3DFFF;
}
.AnyTagClassName
{
color: #D3DFFF;
}
</style>
background-color css
<style>
a { background-color: #D3DFFF; }
a { background-color: rgb(211,223,255); }
div.DivClassName
{
background-color: #D3DFFF;
}
.BgClassName
{
background-color: #D3DFFF;
}
</style>
border-color css
<style>
span { border-color: #D3DFFF; }
span { border-color: rgb(211,223,255); }
td.TdClassName
{
border-color: #D3DFFF;
}
.TagClassName
{
border-color: #D3DFFF;
}
</style>