Shades of Hawkes Blue #D2D8F4
Tints of Hawkes Blue #D2D8F4
RGB
CMYK
RGB Variations
Color information
#D2D8F4 (or 0xD2D8F4) is known color: Hawkes Blue. HEX triplet: D2, D8 and F4. RGB value is (210,216,244). Sum of RGB (Red+Green+Blue) = 210+216+244=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #D2D8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D8F4 is #2D270B. Grayscale: #D9D9D9. Windows color (decimal): -2959116 or 16046290. OLE color: 16046290.
HSL color Cylindrical-coordinate representation of color #D2D8F4: hue angle of 229.41º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2D8F4 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 216 | 244 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.04 |
| HSL | 229.41º | 0.61% | 0.89% | - |
| HSV(B) | 229.41º | 0.14% | 0.96% | - |
| XYZ | 67.46 | 69.35 | 95.42 | - |
| YUV | 217.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 244 | 0.14 | 0.11 | 0 | 0.04 | 229.41 | 0.61 | 0.89 |
| Hex | D2 | D8 | F4 | E | B | 0 | 4 | E5 | 3D | 59 |
| Octal | 322 | 330 | 364 | 16 | 13 | 0 | 4 | 345 | 75 | 131 |
| Binary | 11010010 | 11011000 | 11110100 | 1110 | 1011 | 0 | 100 | 11100101 | 111101 | 1011001 |
Color Harmonies of #D2D8F4
Complementary color
Monochromatic Colors of #D2D8F4
Black with #D2D8F4
Text Example
Text Example
White with #D2D8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D8F4; }
p { color: rgb(210,216,244); }
H1.HeaderClassName
{
color: #D2D8F4;
}
.AnyTagClassName
{
color: #D2D8F4;
}
</style>
background-color css
<style>
a { background-color: #D2D8F4; }
a { background-color: rgb(210,216,244); }
div.DivClassName
{
background-color: #D2D8F4;
}
.BgClassName
{
background-color: #D2D8F4;
}
</style>
border-color css
<style>
span { border-color: #D2D8F4; }
span { border-color: rgb(210,216,244); }
td.TdClassName
{
border-color: #D2D8F4;
}
.TagClassName
{
border-color: #D2D8F4;
}
</style>