Shades of Hawkes Blue #D1D5E8
Tints of Hawkes Blue #D1D5E8
RGB
CMYK
RGB Variations
Color information
#D1D5E8 (or 0xD1D5E8) is known color: Hawkes Blue. HEX triplet: D1, D5 and E8. RGB value is (209,213,232). Sum of RGB (Red+Green+Blue) = 209+213+232=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1D5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D5E8 is #2E2A17. Grayscale: #D5D5D5. Windows color (decimal): -3025432 or 15259089. OLE color: 15259089.
HSL color Cylindrical-coordinate representation of color #D1D5E8: hue angle of 229.57º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1D5E8 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 213 | 232 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.09 |
| HSL | 229.57º | 0.33% | 0.86% | - |
| HSV(B) | 229.57º | 0.1% | 0.91% | - |
| XYZ | 64.65 | 66.97 | 85.86 | - |
| YUV | 213.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 232 | 0.10 | 0.08 | 0 | 0.09 | 229.57 | 0.33 | 0.86 |
| Hex | D1 | D5 | E8 | A | 8 | 0 | 9 | E6 | 21 | 56 |
| Octal | 321 | 325 | 350 | 12 | 10 | 0 | 11 | 346 | 41 | 126 |
| Binary | 11010001 | 11010101 | 11101000 | 1010 | 1000 | 0 | 1001 | 11100110 | 100001 | 1010110 |
Color Harmonies of #D1D5E8
Complementary color
Monochromatic Colors of #D1D5E8
Black with #D1D5E8
Text Example
Text Example
White with #D1D5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5E8; }
p { color: rgb(209,213,232); }
H1.HeaderClassName
{
color: #D1D5E8;
}
.AnyTagClassName
{
color: #D1D5E8;
}
</style>
background-color css
<style>
a { background-color: #D1D5E8; }
a { background-color: rgb(209,213,232); }
div.DivClassName
{
background-color: #D1D5E8;
}
.BgClassName
{
background-color: #D1D5E8;
}
</style>
border-color css
<style>
span { border-color: #D1D5E8; }
span { border-color: rgb(209,213,232); }
td.TdClassName
{
border-color: #D1D5E8;
}
.TagClassName
{
border-color: #D1D5E8;
}
</style>