Shades of Hawkes Blue #D3E3FC
Tints of Hawkes Blue #D3E3FC
RGB
CMYK
RGB Variations
Color information
#D3E3FC (or 0xD3E3FC) is known color: Hawkes Blue. HEX triplet: D3, E3 and FC. RGB value is (211,227,252). Sum of RGB (Red+Green+Blue) = 211+227+252=690 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.58% from 690); Green value is 227 (89.06% from 255 or 32.90% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3E3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E3FC is #2C1C03. Grayscale: #E0E0E0. Windows color (decimal): -2890756 or 16573395. OLE color: 16573395.
HSL color Cylindrical-coordinate representation of color #D3E3FC: hue angle of 216.59º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3E3FC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 227 | 252 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.01 |
| HSL | 216.59º | 0.87% | 0.91% | - |
| HSV(B) | 216.59º | 0.16% | 0.99% | - |
| XYZ | 71.9 | 75.82 | 102.94 | - |
| YUV | 225.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 252 | 0.16 | 0.10 | 0 | 0.01 | 216.59 | 0.87 | 0.91 |
| Hex | D3 | E3 | FC | 10 | A | 0 | 1 | D9 | 57 | 5B |
| Octal | 323 | 343 | 374 | 20 | 12 | 0 | 1 | 331 | 127 | 133 |
| Binary | 11010011 | 11100011 | 11111100 | 10000 | 1010 | 0 | 1 | 11011001 | 1010111 | 1011011 |
Color Harmonies of #D3E3FC
Complementary color
Monochromatic Colors of #D3E3FC
Black with #D3E3FC
Text Example
Text Example
White with #D3E3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3FC; }
p { color: rgb(211,227,252); }
H1.HeaderClassName
{
color: #D3E3FC;
}
.AnyTagClassName
{
color: #D3E3FC;
}
</style>
background-color css
<style>
a { background-color: #D3E3FC; }
a { background-color: rgb(211,227,252); }
div.DivClassName
{
background-color: #D3E3FC;
}
.BgClassName
{
background-color: #D3E3FC;
}
</style>
border-color css
<style>
span { border-color: #D3E3FC; }
span { border-color: rgb(211,227,252); }
td.TdClassName
{
border-color: #D3E3FC;
}
.TagClassName
{
border-color: #D3E3FC;
}
</style>