Shades of Hawkes Blue #D2E4FF
Tints of Hawkes Blue #D2E4FF
RGB
CMYK
RGB Variations
Color information
#D2E4FF (or 0xD2E4FF) is known color: Hawkes Blue. HEX triplet: D2, E4 and FF. RGB value is (210,228,255). Sum of RGB (Red+Green+Blue) = 210+228+255=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E4FF is #2D1B00. Grayscale: #E1E1E1. Windows color (decimal): -2956033 or 16770258. OLE color: 16770258.
HSL color Cylindrical-coordinate representation of color #D2E4FF: hue angle of 216º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2E4FF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 228 | 255 | - |
| CMYK | 0.18 | 0.11 | 0 | 0 |
| HSL | 216º | 1% | 0.91% | - |
| HSV(B) | 216º | 0.18% | 1% | - |
| XYZ | 72.37 | 76.41 | 105.54 | - |
| YUV | 225.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 228 | 255 | 0.18 | 0.11 | 0 | 0 | 216 | 1 | 0.91 |
| Hex | D2 | E4 | FF | 12 | B | 0 | 0 | D8 | 64 | 5B |
| Octal | 322 | 344 | 377 | 22 | 13 | 0 | 0 | 330 | 144 | 133 |
| Binary | 11010010 | 11100100 | 11111111 | 10010 | 1011 | 0 | 0 | 11011000 | 1100100 | 1011011 |
Color Harmonies of #D2E4FF
Complementary color
Monochromatic Colors of #D2E4FF
Black with #D2E4FF
Text Example
Text Example
White with #D2E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E4FF; }
p { color: rgb(210,228,255); }
H1.HeaderClassName
{
color: #D2E4FF;
}
.AnyTagClassName
{
color: #D2E4FF;
}
</style>
background-color css
<style>
a { background-color: #D2E4FF; }
a { background-color: rgb(210,228,255); }
div.DivClassName
{
background-color: #D2E4FF;
}
.BgClassName
{
background-color: #D2E4FF;
}
</style>
border-color css
<style>
span { border-color: #D2E4FF; }
span { border-color: rgb(210,228,255); }
td.TdClassName
{
border-color: #D2E4FF;
}
.TagClassName
{
border-color: #D2E4FF;
}
</style>