Shades of Hawkes Blue #D3D5DF
Tints of Hawkes Blue #D3D5DF
RGB
CMYK
RGB Variations
Color information
#D3D5DF (or 0xD3D5DF) is known color: Hawkes Blue. HEX triplet: D3, D5 and DF. RGB value is (211,213,223). Sum of RGB (Red+Green+Blue) = 211+213+223=647 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.61% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D5DF is #2C2A20. Grayscale: #D5D5D5. Windows color (decimal): -2894369 or 14669267. OLE color: 14669267.
HSL color Cylindrical-coordinate representation of color #D3D5DF: hue angle of 230º degrees, saturation: 0.16, 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 #D3D5DF is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 213 | 223 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.13 |
| HSL | 230º | 0.16% | 0.85% | - |
| HSV(B) | 230º | 0.05% | 0.87% | - |
| XYZ | 63.98 | 66.77 | 79.33 | - |
| YUV | 213.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 223 | 0.05 | 0.04 | 0 | 0.13 | 230 | 0.16 | 0.85 |
| Hex | D3 | D5 | DF | 5 | 4 | 0 | D | E6 | 10 | 55 |
| Octal | 323 | 325 | 337 | 5 | 4 | 0 | 15 | 346 | 20 | 125 |
| Binary | 11010011 | 11010101 | 11011111 | 101 | 100 | 0 | 1101 | 11100110 | 10000 | 1010101 |
Color Harmonies of #D3D5DF
Complementary color
Monochromatic Colors of #D3D5DF
Black with #D3D5DF
Text Example
Text Example
White with #D3D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D5DF; }
p { color: rgb(211,213,223); }
H1.HeaderClassName
{
color: #D3D5DF;
}
.AnyTagClassName
{
color: #D3D5DF;
}
</style>
background-color css
<style>
a { background-color: #D3D5DF; }
a { background-color: rgb(211,213,223); }
div.DivClassName
{
background-color: #D3D5DF;
}
.BgClassName
{
background-color: #D3D5DF;
}
</style>
border-color css
<style>
span { border-color: #D3D5DF; }
span { border-color: rgb(211,213,223); }
td.TdClassName
{
border-color: #D3D5DF;
}
.TagClassName
{
border-color: #D3D5DF;
}
</style>