Shades of Hawkes Blue #D2E2FB
Tints of Hawkes Blue #D2E2FB
RGB
CMYK
RGB Variations
Color information
#D2E2FB (or 0xD2E2FB) is known color: Hawkes Blue. HEX triplet: D2, E2 and FB. RGB value is (210,226,251). Sum of RGB (Red+Green+Blue) = 210+226+251=687 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.57% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E2FB is #2D1D04. Grayscale: #DFDFDF. Windows color (decimal): -2956549 or 16507602. OLE color: 16507602.
HSL color Cylindrical-coordinate representation of color #D2E2FB: hue angle of 216.59º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2E2FB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 226 | 251 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.02 |
| HSL | 216.59º | 0.84% | 0.9% | - |
| HSV(B) | 216.59º | 0.16% | 0.98% | - |
| XYZ | 71.19 | 75.06 | 102 | - |
| YUV | 224.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 251 | 0.16 | 0.10 | 0 | 0.02 | 216.59 | 0.84 | 0.9 |
| Hex | D2 | E2 | FB | 10 | A | 0 | 2 | D9 | 54 | 5A |
| Octal | 322 | 342 | 373 | 20 | 12 | 0 | 2 | 331 | 124 | 132 |
| Binary | 11010010 | 11100010 | 11111011 | 10000 | 1010 | 0 | 10 | 11011001 | 1010100 | 1011010 |
Color Harmonies of #D2E2FB
Complementary color
Monochromatic Colors of #D2E2FB
Black with #D2E2FB
Text Example
Text Example
White with #D2E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E2FB; }
p { color: rgb(210,226,251); }
H1.HeaderClassName
{
color: #D2E2FB;
}
.AnyTagClassName
{
color: #D2E2FB;
}
</style>
background-color css
<style>
a { background-color: #D2E2FB; }
a { background-color: rgb(210,226,251); }
div.DivClassName
{
background-color: #D2E2FB;
}
.BgClassName
{
background-color: #D2E2FB;
}
</style>
border-color css
<style>
span { border-color: #D2E2FB; }
span { border-color: rgb(210,226,251); }
td.TdClassName
{
border-color: #D2E2FB;
}
.TagClassName
{
border-color: #D2E2FB;
}
</style>