Shades of Hawkes Blue #D2D3DD
Tints of Hawkes Blue #D2D3DD
RGB
CMYK
RGB Variations
Color information
#D2D3DD (or 0xD2D3DD) is known color: Hawkes Blue. HEX triplet: D2, D3 and DD. RGB value is (210,211,221). Sum of RGB (Red+Green+Blue) = 210+211+221=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D3DD is #2D2C22. Grayscale: #D3D3D3. Windows color (decimal): -2960419 or 14537682. OLE color: 14537682.
HSL color Cylindrical-coordinate representation of color #D2D3DD: hue angle of 234.55º 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 #D2D3DD is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 211 | 221 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.13 |
| HSL | 234.55º | 0.14% | 0.85% | - |
| HSV(B) | 234.55º | 0.05% | 0.87% | - |
| XYZ | 62.92 | 65.51 | 77.73 | - |
| YUV | 211.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 221 | 0.05 | 0.05 | 0 | 0.13 | 234.55 | 0.14 | 0.85 |
| Hex | D2 | D3 | DD | 5 | 5 | 0 | D | EB | E | 55 |
| Octal | 322 | 323 | 335 | 5 | 5 | 0 | 15 | 353 | 16 | 125 |
| Binary | 11010010 | 11010011 | 11011101 | 101 | 101 | 0 | 1101 | 11101011 | 1110 | 1010101 |
Color Harmonies of #D2D3DD
Complementary color
Monochromatic Colors of #D2D3DD
Black with #D2D3DD
Text Example
Text Example
White with #D2D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D3DD; }
p { color: rgb(210,211,221); }
H1.HeaderClassName
{
color: #D2D3DD;
}
.AnyTagClassName
{
color: #D2D3DD;
}
</style>
background-color css
<style>
a { background-color: #D2D3DD; }
a { background-color: rgb(210,211,221); }
div.DivClassName
{
background-color: #D2D3DD;
}
.BgClassName
{
background-color: #D2D3DD;
}
</style>
border-color css
<style>
span { border-color: #D2D3DD; }
span { border-color: rgb(210,211,221); }
td.TdClassName
{
border-color: #D2D3DD;
}
.TagClassName
{
border-color: #D2D3DD;
}
</style>