Shades of Hawkes Blue #D2DAEE
Tints of Hawkes Blue #D2DAEE
RGB
CMYK
RGB Variations
Color information
#D2DAEE (or 0xD2DAEE) is known color: Hawkes Blue. HEX triplet: D2, DA and EE. RGB value is (210,218,238). Sum of RGB (Red+Green+Blue) = 210+218+238=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAEE is #2D2511. Grayscale: #D9D9D9. Windows color (decimal): -2958610 or 15653586. OLE color: 15653586.
HSL color Cylindrical-coordinate representation of color #D2DAEE: hue angle of 222.86º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DAEE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 218 | 238 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.07 |
| HSL | 222.86º | 0.45% | 0.88% | - |
| HSV(B) | 222.86º | 0.12% | 0.93% | - |
| XYZ | 67.08 | 70.02 | 90.87 | - |
| YUV | 217.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 238 | 0.12 | 0.08 | 0 | 0.07 | 222.86 | 0.45 | 0.88 |
| Hex | D2 | DA | EE | C | 8 | 0 | 7 | DF | 2D | 58 |
| Octal | 322 | 332 | 356 | 14 | 10 | 0 | 7 | 337 | 55 | 130 |
| Binary | 11010010 | 11011010 | 11101110 | 1100 | 1000 | 0 | 111 | 11011111 | 101101 | 1011000 |
Color Harmonies of #D2DAEE
Complementary color
Monochromatic Colors of #D2DAEE
Black with #D2DAEE
Text Example
Text Example
White with #D2DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAEE; }
p { color: rgb(210,218,238); }
H1.HeaderClassName
{
color: #D2DAEE;
}
.AnyTagClassName
{
color: #D2DAEE;
}
</style>
background-color css
<style>
a { background-color: #D2DAEE; }
a { background-color: rgb(210,218,238); }
div.DivClassName
{
background-color: #D2DAEE;
}
.BgClassName
{
background-color: #D2DAEE;
}
</style>
border-color css
<style>
span { border-color: #D2DAEE; }
span { border-color: rgb(210,218,238); }
td.TdClassName
{
border-color: #D2DAEE;
}
.TagClassName
{
border-color: #D2DAEE;
}
</style>