Shades of Hawkes Blue #D2DAEA
Tints of Hawkes Blue #D2DAEA
RGB
CMYK
RGB Variations
Color information
#D2DAEA (or 0xD2DAEA) is known color: Hawkes Blue. HEX triplet: D2, DA and EA. RGB value is (210,218,234). Sum of RGB (Red+Green+Blue) = 210+218+234=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAEA is #2D2515. Grayscale: #D9D9D9. Windows color (decimal): -2958614 or 15391442. OLE color: 15391442.
HSL color Cylindrical-coordinate representation of color #D2DAEA: hue angle of 220º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DAEA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 218 | 234 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.08 |
| HSL | 220º | 0.36% | 0.87% | - |
| HSV(B) | 220º | 0.1% | 0.92% | - |
| XYZ | 66.5 | 69.78 | 87.81 | - |
| YUV | 217.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 234 | 0.10 | 0.07 | 0 | 0.08 | 220 | 0.36 | 0.87 |
| Hex | D2 | DA | EA | A | 7 | 0 | 8 | DC | 24 | 57 |
| Octal | 322 | 332 | 352 | 12 | 7 | 0 | 10 | 334 | 44 | 127 |
| Binary | 11010010 | 11011010 | 11101010 | 1010 | 111 | 0 | 1000 | 11011100 | 100100 | 1010111 |
Color Harmonies of #D2DAEA
Complementary color
Monochromatic Colors of #D2DAEA
Black with #D2DAEA
Text Example
Text Example
White with #D2DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAEA; }
p { color: rgb(210,218,234); }
H1.HeaderClassName
{
color: #D2DAEA;
}
.AnyTagClassName
{
color: #D2DAEA;
}
</style>
background-color css
<style>
a { background-color: #D2DAEA; }
a { background-color: rgb(210,218,234); }
div.DivClassName
{
background-color: #D2DAEA;
}
.BgClassName
{
background-color: #D2DAEA;
}
</style>
border-color css
<style>
span { border-color: #D2DAEA; }
span { border-color: rgb(210,218,234); }
td.TdClassName
{
border-color: #D2DAEA;
}
.TagClassName
{
border-color: #D2DAEA;
}
</style>