Shades of Hawkes Blue #D2DAF4
Tints of Hawkes Blue #D2DAF4
RGB
CMYK
RGB Variations
Color information
#D2DAF4 (or 0xD2DAF4) is known color: Hawkes Blue. HEX triplet: D2, DA and F4. RGB value is (210,218,244). Sum of RGB (Red+Green+Blue) = 210+218+244=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #D2DAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAF4 is #2D250B. Grayscale: #DADADA. Windows color (decimal): -2958604 or 16046802. OLE color: 16046802.
HSL color Cylindrical-coordinate representation of color #D2DAF4: hue angle of 225.88º 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 #D2DAF4 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 218 | 244 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.04 |
| HSL | 225.88º | 0.61% | 0.89% | - |
| HSV(B) | 225.88º | 0.14% | 0.96% | - |
| XYZ | 67.98 | 70.38 | 95.59 | - |
| YUV | 218.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 244 | 0.14 | 0.11 | 0 | 0.04 | 225.88 | 0.61 | 0.89 |
| Hex | D2 | DA | F4 | E | B | 0 | 4 | E2 | 3D | 59 |
| Octal | 322 | 332 | 364 | 16 | 13 | 0 | 4 | 342 | 75 | 131 |
| Binary | 11010010 | 11011010 | 11110100 | 1110 | 1011 | 0 | 100 | 11100010 | 111101 | 1011001 |
Color Harmonies of #D2DAF4
Complementary color
Monochromatic Colors of #D2DAF4
Black with #D2DAF4
Text Example
Text Example
White with #D2DAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAF4; }
p { color: rgb(210,218,244); }
H1.HeaderClassName
{
color: #D2DAF4;
}
.AnyTagClassName
{
color: #D2DAF4;
}
</style>
background-color css
<style>
a { background-color: #D2DAF4; }
a { background-color: rgb(210,218,244); }
div.DivClassName
{
background-color: #D2DAF4;
}
.BgClassName
{
background-color: #D2DAF4;
}
</style>
border-color css
<style>
span { border-color: #D2DAF4; }
span { border-color: rgb(210,218,244); }
td.TdClassName
{
border-color: #D2DAF4;
}
.TagClassName
{
border-color: #D2DAF4;
}
</style>