Shades of Hawkes Blue #D4D5DE
Tints of Hawkes Blue #D4D5DE
RGB
CMYK
RGB Variations
Color information
#D4D5DE (or 0xD4D5DE) is known color: Hawkes Blue. HEX triplet: D4, D5 and DE. RGB value is (212,213,222). Sum of RGB (Red+Green+Blue) = 212+213+222=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4D5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5DE is #2B2A21. Grayscale: #D5D5D5. Windows color (decimal): -2828834 or 14603732. OLE color: 14603732.
HSL color Cylindrical-coordinate representation of color #D4D5DE: hue angle of 234º degrees, saturation: 0.13, 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 #D4D5DE is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 213 | 222 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.13 |
| HSL | 234º | 0.13% | 0.85% | - |
| HSV(B) | 234º | 0.05% | 0.87% | - |
| XYZ | 64.13 | 66.86 | 78.63 | - |
| YUV | 213.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 222 | 0.05 | 0.04 | 0 | 0.13 | 234 | 0.13 | 0.85 |
| Hex | D4 | D5 | DE | 5 | 4 | 0 | D | EA | D | 55 |
| Octal | 324 | 325 | 336 | 5 | 4 | 0 | 15 | 352 | 15 | 125 |
| Binary | 11010100 | 11010101 | 11011110 | 101 | 100 | 0 | 1101 | 11101010 | 1101 | 1010101 |
Color Harmonies of #D4D5DE
Complementary color
Monochromatic Colors of #D4D5DE
Black with #D4D5DE
Text Example
Text Example
White with #D4D5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5DE; }
p { color: rgb(212,213,222); }
H1.HeaderClassName
{
color: #D4D5DE;
}
.AnyTagClassName
{
color: #D4D5DE;
}
</style>
background-color css
<style>
a { background-color: #D4D5DE; }
a { background-color: rgb(212,213,222); }
div.DivClassName
{
background-color: #D4D5DE;
}
.BgClassName
{
background-color: #D4D5DE;
}
</style>
border-color css
<style>
span { border-color: #D4D5DE; }
span { border-color: rgb(212,213,222); }
td.TdClassName
{
border-color: #D4D5DE;
}
.TagClassName
{
border-color: #D4D5DE;
}
</style>