Shades of Hawkes Blue #D1D9FD
Tints of Hawkes Blue #D1D9FD
RGB
CMYK
RGB Variations
Color information
#D1D9FD (or 0xD1D9FD) is known color: Hawkes Blue. HEX triplet: D1, D9 and FD. RGB value is (209,217,253). Sum of RGB (Red+Green+Blue) = 209+217+253=679 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.78% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D9FD is #2E2602. Grayscale: #DADADA. Windows color (decimal): -3024387 or 16636369. OLE color: 16636369.
HSL color Cylindrical-coordinate representation of color #D1D9FD: hue angle of 229.09º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1D9FD is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 217 | 253 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.01 |
| HSL | 229.09º | 0.92% | 0.91% | - |
| HSV(B) | 229.09º | 0.17% | 0.99% | - |
| XYZ | 68.84 | 70.27 | 102.86 | - |
| YUV | 218.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 253 | 0.17 | 0.14 | 0 | 0.01 | 229.09 | 0.92 | 0.91 |
| Hex | D1 | D9 | FD | 11 | E | 0 | 1 | E5 | 5C | 5B |
| Octal | 321 | 331 | 375 | 21 | 16 | 0 | 1 | 345 | 134 | 133 |
| Binary | 11010001 | 11011001 | 11111101 | 10001 | 1110 | 0 | 1 | 11100101 | 1011100 | 1011011 |
Color Harmonies of #D1D9FD
Complementary color
Monochromatic Colors of #D1D9FD
Black with #D1D9FD
Text Example
Text Example
White with #D1D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9FD; }
p { color: rgb(209,217,253); }
H1.HeaderClassName
{
color: #D1D9FD;
}
.AnyTagClassName
{
color: #D1D9FD;
}
</style>
background-color css
<style>
a { background-color: #D1D9FD; }
a { background-color: rgb(209,217,253); }
div.DivClassName
{
background-color: #D1D9FD;
}
.BgClassName
{
background-color: #D1D9FD;
}
</style>
border-color css
<style>
span { border-color: #D1D9FD; }
span { border-color: rgb(209,217,253); }
td.TdClassName
{
border-color: #D1D9FD;
}
.TagClassName
{
border-color: #D1D9FD;
}
</style>