Shades of Hawkes Blue #D2DAF1
Tints of Hawkes Blue #D2DAF1
RGB
CMYK
RGB Variations
Color information
#D2DAF1 (or 0xD2DAF1) is known color: Hawkes Blue. HEX triplet: D2, DA and F1. RGB value is (210,218,241). Sum of RGB (Red+Green+Blue) = 210+218+241=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAF1 is #2D250E. Grayscale: #DADADA. Windows color (decimal): -2958607 or 15850194. OLE color: 15850194.
HSL color Cylindrical-coordinate representation of color #D2DAF1: hue angle of 224.52º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2DAF1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 218 | 241 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.05 |
| HSL | 224.52º | 0.53% | 0.88% | - |
| HSV(B) | 224.52º | 0.13% | 0.95% | - |
| XYZ | 67.53 | 70.2 | 93.21 | - |
| YUV | 218.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 241 | 0.13 | 0.10 | 0 | 0.05 | 224.52 | 0.53 | 0.88 |
| Hex | D2 | DA | F1 | D | A | 0 | 5 | E1 | 35 | 58 |
| Octal | 322 | 332 | 361 | 15 | 12 | 0 | 5 | 341 | 65 | 130 |
| Binary | 11010010 | 11011010 | 11110001 | 1101 | 1010 | 0 | 101 | 11100001 | 110101 | 1011000 |
Color Harmonies of #D2DAF1
Complementary color
Monochromatic Colors of #D2DAF1
Black with #D2DAF1
Text Example
Text Example
White with #D2DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAF1; }
p { color: rgb(210,218,241); }
H1.HeaderClassName
{
color: #D2DAF1;
}
.AnyTagClassName
{
color: #D2DAF1;
}
</style>
background-color css
<style>
a { background-color: #D2DAF1; }
a { background-color: rgb(210,218,241); }
div.DivClassName
{
background-color: #D2DAF1;
}
.BgClassName
{
background-color: #D2DAF1;
}
</style>
border-color css
<style>
span { border-color: #D2DAF1; }
span { border-color: rgb(210,218,241); }
td.TdClassName
{
border-color: #D2DAF1;
}
.TagClassName
{
border-color: #D2DAF1;
}
</style>