Shades of Hawkes Blue #D2DEF6
Tints of Hawkes Blue #D2DEF6
RGB
CMYK
RGB Variations
Color information
#D2DEF6 (or 0xD2DEF6) is known color: Hawkes Blue. HEX triplet: D2, DE and F6. RGB value is (210,222,246). Sum of RGB (Red+Green+Blue) = 210+222+246=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEF6 is #2D2109. Grayscale: #DDDDDD. Windows color (decimal): -2957578 or 16178898. OLE color: 16178898.
HSL color Cylindrical-coordinate representation of color #D2DEF6: hue angle of 220º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DEF6 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 222 | 246 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.04 |
| HSL | 220º | 0.67% | 0.89% | - |
| HSV(B) | 220º | 0.15% | 0.96% | - |
| XYZ | 69.33 | 72.6 | 97.55 | - |
| YUV | 221.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 246 | 0.15 | 0.10 | 0 | 0.04 | 220 | 0.67 | 0.89 |
| Hex | D2 | DE | F6 | F | A | 0 | 4 | DC | 43 | 59 |
| Octal | 322 | 336 | 366 | 17 | 12 | 0 | 4 | 334 | 103 | 131 |
| Binary | 11010010 | 11011110 | 11110110 | 1111 | 1010 | 0 | 100 | 11011100 | 1000011 | 1011001 |
Color Harmonies of #D2DEF6
Complementary color
Monochromatic Colors of #D2DEF6
Black with #D2DEF6
Text Example
Text Example
White with #D2DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEF6; }
p { color: rgb(210,222,246); }
H1.HeaderClassName
{
color: #D2DEF6;
}
.AnyTagClassName
{
color: #D2DEF6;
}
</style>
background-color css
<style>
a { background-color: #D2DEF6; }
a { background-color: rgb(210,222,246); }
div.DivClassName
{
background-color: #D2DEF6;
}
.BgClassName
{
background-color: #D2DEF6;
}
</style>
border-color css
<style>
span { border-color: #D2DEF6; }
span { border-color: rgb(210,222,246); }
td.TdClassName
{
border-color: #D2DEF6;
}
.TagClassName
{
border-color: #D2DEF6;
}
</style>