Shades of Hawkes Blue #D2D7EB
Tints of Hawkes Blue #D2D7EB
RGB
CMYK
RGB Variations
Color information
#D2D7EB (or 0xD2D7EB) is known color: Hawkes Blue. HEX triplet: D2, D7 and EB. RGB value is (210,215,235). Sum of RGB (Red+Green+Blue) = 210+215+235=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D7EB is #2D2814. Grayscale: #D7D7D7. Windows color (decimal): -2959381 or 15456210. OLE color: 15456210.
HSL color Cylindrical-coordinate representation of color #D2D7EB: hue angle of 228º 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 #D2D7EB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 215 | 235 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.08 |
| HSL | 228º | 0.38% | 0.87% | - |
| HSV(B) | 228º | 0.11% | 0.92% | - |
| XYZ | 65.87 | 68.3 | 88.31 | - |
| YUV | 215.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 235 | 0.11 | 0.09 | 0 | 0.08 | 228 | 0.38 | 0.87 |
| Hex | D2 | D7 | EB | B | 9 | 0 | 8 | E4 | 26 | 57 |
| Octal | 322 | 327 | 353 | 13 | 11 | 0 | 10 | 344 | 46 | 127 |
| Binary | 11010010 | 11010111 | 11101011 | 1011 | 1001 | 0 | 1000 | 11100100 | 100110 | 1010111 |
Color Harmonies of #D2D7EB
Complementary color
Monochromatic Colors of #D2D7EB
Black with #D2D7EB
Text Example
Text Example
White with #D2D7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7EB; }
p { color: rgb(210,215,235); }
H1.HeaderClassName
{
color: #D2D7EB;
}
.AnyTagClassName
{
color: #D2D7EB;
}
</style>
background-color css
<style>
a { background-color: #D2D7EB; }
a { background-color: rgb(210,215,235); }
div.DivClassName
{
background-color: #D2D7EB;
}
.BgClassName
{
background-color: #D2D7EB;
}
</style>
border-color css
<style>
span { border-color: #D2D7EB; }
span { border-color: rgb(210,215,235); }
td.TdClassName
{
border-color: #D2D7EB;
}
.TagClassName
{
border-color: #D2D7EB;
}
</style>