Shades of Hawkes Blue #D1DCFD
Tints of Hawkes Blue #D1DCFD
RGB
CMYK
RGB Variations
Color information
#D1DCFD (or 0xD1DCFD) is known color: Hawkes Blue. HEX triplet: D1, DC and FD. RGB value is (209,220,253). Sum of RGB (Red+Green+Blue) = 209+220+253=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DCFD is #2E2302. Grayscale: #DCDCDC. Windows color (decimal): -3023619 or 16637137. OLE color: 16637137.
HSL color Cylindrical-coordinate representation of color #D1DCFD: hue angle of 225º 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 #D1DCFD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 220 | 253 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.01 |
| HSL | 225º | 0.92% | 0.91% | - |
| HSV(B) | 225º | 0.17% | 0.99% | - |
| XYZ | 69.62 | 71.83 | 103.12 | - |
| YUV | 220.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 253 | 0.17 | 0.13 | 0 | 0.01 | 225 | 0.92 | 0.91 |
| Hex | D1 | DC | FD | 11 | D | 0 | 1 | E1 | 5C | 5B |
| Octal | 321 | 334 | 375 | 21 | 15 | 0 | 1 | 341 | 134 | 133 |
| Binary | 11010001 | 11011100 | 11111101 | 10001 | 1101 | 0 | 1 | 11100001 | 1011100 | 1011011 |
Color Harmonies of #D1DCFD
Complementary color
Monochromatic Colors of #D1DCFD
Black with #D1DCFD
Text Example
Text Example
White with #D1DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCFD; }
p { color: rgb(209,220,253); }
H1.HeaderClassName
{
color: #D1DCFD;
}
.AnyTagClassName
{
color: #D1DCFD;
}
</style>
background-color css
<style>
a { background-color: #D1DCFD; }
a { background-color: rgb(209,220,253); }
div.DivClassName
{
background-color: #D1DCFD;
}
.BgClassName
{
background-color: #D1DCFD;
}
</style>
border-color css
<style>
span { border-color: #D1DCFD; }
span { border-color: rgb(209,220,253); }
td.TdClassName
{
border-color: #D1DCFD;
}
.TagClassName
{
border-color: #D1DCFD;
}
</style>