Shades of Hawkes Blue #D2E2FF
Tints of Hawkes Blue #D2E2FF
RGB
CMYK
RGB Variations
Color information
#D2E2FF (or 0xD2E2FF) is known color: Hawkes Blue. HEX triplet: D2, E2 and FF. RGB value is (210,226,255). Sum of RGB (Red+Green+Blue) = 210+226+255=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E2FF is #2D1D00. Grayscale: #E0E0E0. Windows color (decimal): -2956545 or 16769746. OLE color: 16769746.
HSL color Cylindrical-coordinate representation of color #D2E2FF: hue angle of 218.67º 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 #D2E2FF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 226 | 255 | - |
| CMYK | 0.18 | 0.11 | 0 | 0 |
| HSL | 218.67º | 1% | 0.91% | - |
| HSV(B) | 218.67º | 0.18% | 1% | - |
| XYZ | 71.82 | 75.31 | 105.36 | - |
| YUV | 224.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 255 | 0.18 | 0.11 | 0 | 0 | 218.67 | 1 | 0.91 |
| Hex | D2 | E2 | FF | 12 | B | 0 | 0 | DB | 64 | 5B |
| Octal | 322 | 342 | 377 | 22 | 13 | 0 | 0 | 333 | 144 | 133 |
| Binary | 11010010 | 11100010 | 11111111 | 10010 | 1011 | 0 | 0 | 11011011 | 1100100 | 1011011 |
Color Harmonies of #D2E2FF
Complementary color
Monochromatic Colors of #D2E2FF
Black with #D2E2FF
Text Example
Text Example
White with #D2E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E2FF; }
p { color: rgb(210,226,255); }
H1.HeaderClassName
{
color: #D2E2FF;
}
.AnyTagClassName
{
color: #D2E2FF;
}
</style>
background-color css
<style>
a { background-color: #D2E2FF; }
a { background-color: rgb(210,226,255); }
div.DivClassName
{
background-color: #D2E2FF;
}
.BgClassName
{
background-color: #D2E2FF;
}
</style>
border-color css
<style>
span { border-color: #D2E2FF; }
span { border-color: rgb(210,226,255); }
td.TdClassName
{
border-color: #D2E2FF;
}
.TagClassName
{
border-color: #D2E2FF;
}
</style>