Shades of Hawkes Blue #D2DAEB
Tints of Hawkes Blue #D2DAEB
RGB
CMYK
RGB Variations
Color information
#D2DAEB (or 0xD2DAEB) is known color: Hawkes Blue. HEX triplet: D2, DA and EB. RGB value is (210,218,235). Sum of RGB (Red+Green+Blue) = 210+218+235=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAEB is #2D2514. Grayscale: #D9D9D9. Windows color (decimal): -2958613 or 15456978. OLE color: 15456978.
HSL color Cylindrical-coordinate representation of color #D2DAEB: hue angle of 220.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DAEB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 218 | 235 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.08 |
| HSL | 220.8º | 0.38% | 0.87% | - |
| HSV(B) | 220.8º | 0.11% | 0.92% | - |
| XYZ | 66.65 | 69.84 | 88.57 | - |
| YUV | 217.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 235 | 0.11 | 0.07 | 0 | 0.08 | 220.8 | 0.38 | 0.87 |
| Hex | D2 | DA | EB | B | 7 | 0 | 8 | DD | 26 | 57 |
| Octal | 322 | 332 | 353 | 13 | 7 | 0 | 10 | 335 | 46 | 127 |
| Binary | 11010010 | 11011010 | 11101011 | 1011 | 111 | 0 | 1000 | 11011101 | 100110 | 1010111 |
Color Harmonies of #D2DAEB
Complementary color
Monochromatic Colors of #D2DAEB
Black with #D2DAEB
Text Example
Text Example
White with #D2DAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAEB; }
p { color: rgb(210,218,235); }
H1.HeaderClassName
{
color: #D2DAEB;
}
.AnyTagClassName
{
color: #D2DAEB;
}
</style>
background-color css
<style>
a { background-color: #D2DAEB; }
a { background-color: rgb(210,218,235); }
div.DivClassName
{
background-color: #D2DAEB;
}
.BgClassName
{
background-color: #D2DAEB;
}
</style>
border-color css
<style>
span { border-color: #D2DAEB; }
span { border-color: rgb(210,218,235); }
td.TdClassName
{
border-color: #D2DAEB;
}
.TagClassName
{
border-color: #D2DAEB;
}
</style>