Shades of Hawkes Blue #D2D9EE
Tints of Hawkes Blue #D2D9EE
RGB
CMYK
RGB Variations
Color information
#D2D9EE (or 0xD2D9EE) is known color: Hawkes Blue. HEX triplet: D2, D9 and EE. RGB value is (210,217,238). Sum of RGB (Red+Green+Blue) = 210+217+238=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D9EE is #2D2611. Grayscale: #D9D9D9. Windows color (decimal): -2958866 or 15653330. OLE color: 15653330.
HSL color Cylindrical-coordinate representation of color #D2D9EE: hue angle of 225º 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 #D2D9EE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 217 | 238 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.07 |
| HSL | 225º | 0.45% | 0.88% | - |
| HSV(B) | 225º | 0.12% | 0.93% | - |
| XYZ | 66.82 | 69.5 | 90.78 | - |
| YUV | 217.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 238 | 0.12 | 0.09 | 0 | 0.07 | 225 | 0.45 | 0.88 |
| Hex | D2 | D9 | EE | C | 9 | 0 | 7 | E1 | 2D | 58 |
| Octal | 322 | 331 | 356 | 14 | 11 | 0 | 7 | 341 | 55 | 130 |
| Binary | 11010010 | 11011001 | 11101110 | 1100 | 1001 | 0 | 111 | 11100001 | 101101 | 1011000 |
Color Harmonies of #D2D9EE
Complementary color
Monochromatic Colors of #D2D9EE
Black with #D2D9EE
Text Example
Text Example
White with #D2D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9EE; }
p { color: rgb(210,217,238); }
H1.HeaderClassName
{
color: #D2D9EE;
}
.AnyTagClassName
{
color: #D2D9EE;
}
</style>
background-color css
<style>
a { background-color: #D2D9EE; }
a { background-color: rgb(210,217,238); }
div.DivClassName
{
background-color: #D2D9EE;
}
.BgClassName
{
background-color: #D2D9EE;
}
</style>
border-color css
<style>
span { border-color: #D2D9EE; }
span { border-color: rgb(210,217,238); }
td.TdClassName
{
border-color: #D2D9EE;
}
.TagClassName
{
border-color: #D2D9EE;
}
</style>