Shades of Hawkes Blue #D1D5EF
Tints of Hawkes Blue #D1D5EF
RGB
CMYK
RGB Variations
Color information
#D1D5EF (or 0xD1D5EF) is known color: Hawkes Blue. HEX triplet: D1, D5 and EF. RGB value is (209,213,239). Sum of RGB (Red+Green+Blue) = 209+213+239=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1D5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D5EF is #2E2A10. Grayscale: #D6D6D6. Windows color (decimal): -3025425 or 15717841. OLE color: 15717841.
HSL color Cylindrical-coordinate representation of color #D1D5EF: hue angle of 232º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D5EF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 213 | 239 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.06 |
| HSL | 232º | 0.48% | 0.88% | - |
| HSV(B) | 232º | 0.13% | 0.94% | - |
| XYZ | 65.67 | 67.38 | 91.21 | - |
| YUV | 214.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 239 | 0.13 | 0.11 | 0 | 0.06 | 232 | 0.48 | 0.88 |
| Hex | D1 | D5 | EF | D | B | 0 | 6 | E8 | 30 | 58 |
| Octal | 321 | 325 | 357 | 15 | 13 | 0 | 6 | 350 | 60 | 130 |
| Binary | 11010001 | 11010101 | 11101111 | 1101 | 1011 | 0 | 110 | 11101000 | 110000 | 1011000 |
Color Harmonies of #D1D5EF
Complementary color
Monochromatic Colors of #D1D5EF
Black with #D1D5EF
Text Example
Text Example
White with #D1D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5EF; }
p { color: rgb(209,213,239); }
H1.HeaderClassName
{
color: #D1D5EF;
}
.AnyTagClassName
{
color: #D1D5EF;
}
</style>
background-color css
<style>
a { background-color: #D1D5EF; }
a { background-color: rgb(209,213,239); }
div.DivClassName
{
background-color: #D1D5EF;
}
.BgClassName
{
background-color: #D1D5EF;
}
</style>
border-color css
<style>
span { border-color: #D1D5EF; }
span { border-color: rgb(209,213,239); }
td.TdClassName
{
border-color: #D1D5EF;
}
.TagClassName
{
border-color: #D1D5EF;
}
</style>