Shades of Hawkes Blue #D2D4DD
Tints of Hawkes Blue #D2D4DD
RGB
CMYK
RGB Variations
Color information
#D2D4DD (or 0xD2D4DD) is known color: Hawkes Blue. HEX triplet: D2, D4 and DD. RGB value is (210,212,221). Sum of RGB (Red+Green+Blue) = 210+212+221=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D4DD is #2D2B22. Grayscale: #D4D4D4. Windows color (decimal): -2960163 or 14537938. OLE color: 14537938.
HSL color Cylindrical-coordinate representation of color #D2D4DD: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2D4DD is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 212 | 221 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.13 |
| HSL | 229.09º | 0.14% | 0.85% | - |
| HSV(B) | 229.09º | 0.05% | 0.87% | - |
| XYZ | 63.17 | 66.01 | 77.82 | - |
| YUV | 212.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 221 | 0.05 | 0.04 | 0 | 0.13 | 229.09 | 0.14 | 0.85 |
| Hex | D2 | D4 | DD | 5 | 4 | 0 | D | E5 | E | 55 |
| Octal | 322 | 324 | 335 | 5 | 4 | 0 | 15 | 345 | 16 | 125 |
| Binary | 11010010 | 11010100 | 11011101 | 101 | 100 | 0 | 1101 | 11100101 | 1110 | 1010101 |
Color Harmonies of #D2D4DD
Complementary color
Monochromatic Colors of #D2D4DD
Black with #D2D4DD
Text Example
Text Example
White with #D2D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D4DD; }
p { color: rgb(210,212,221); }
H1.HeaderClassName
{
color: #D2D4DD;
}
.AnyTagClassName
{
color: #D2D4DD;
}
</style>
background-color css
<style>
a { background-color: #D2D4DD; }
a { background-color: rgb(210,212,221); }
div.DivClassName
{
background-color: #D2D4DD;
}
.BgClassName
{
background-color: #D2D4DD;
}
</style>
border-color css
<style>
span { border-color: #D2D4DD; }
span { border-color: rgb(210,212,221); }
td.TdClassName
{
border-color: #D2D4DD;
}
.TagClassName
{
border-color: #D2D4DD;
}
</style>