Shades of Hawkes Blue #D2DAEF
Tints of Hawkes Blue #D2DAEF
RGB
CMYK
RGB Variations
Color information
#D2DAEF (or 0xD2DAEF) is known color: Hawkes Blue. HEX triplet: D2, DA and EF. RGB value is (210,218,239). Sum of RGB (Red+Green+Blue) = 210+218+239=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAEF is #2D2510. Grayscale: #D9D9D9. Windows color (decimal): -2958609 or 15719122. OLE color: 15719122.
HSL color Cylindrical-coordinate representation of color #D2DAEF: hue angle of 223.45º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DAEF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 218 | 239 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.06 |
| HSL | 223.45º | 0.48% | 0.88% | - |
| HSV(B) | 223.45º | 0.12% | 0.94% | - |
| XYZ | 67.23 | 70.08 | 91.64 | - |
| YUV | 218 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 239 | 0.12 | 0.09 | 0 | 0.06 | 223.45 | 0.48 | 0.88 |
| Hex | D2 | DA | EF | C | 9 | 0 | 6 | DF | 30 | 58 |
| Octal | 322 | 332 | 357 | 14 | 11 | 0 | 6 | 337 | 60 | 130 |
| Binary | 11010010 | 11011010 | 11101111 | 1100 | 1001 | 0 | 110 | 11011111 | 110000 | 1011000 |
Color Harmonies of #D2DAEF
Complementary color
Monochromatic Colors of #D2DAEF
Black with #D2DAEF
Text Example
Text Example
White with #D2DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAEF; }
p { color: rgb(210,218,239); }
H1.HeaderClassName
{
color: #D2DAEF;
}
.AnyTagClassName
{
color: #D2DAEF;
}
</style>
background-color css
<style>
a { background-color: #D2DAEF; }
a { background-color: rgb(210,218,239); }
div.DivClassName
{
background-color: #D2DAEF;
}
.BgClassName
{
background-color: #D2DAEF;
}
</style>
border-color css
<style>
span { border-color: #D2DAEF; }
span { border-color: rgb(210,218,239); }
td.TdClassName
{
border-color: #D2DAEF;
}
.TagClassName
{
border-color: #D2DAEF;
}
</style>