Shades of Hawkes Blue #D1DCFC
Tints of Hawkes Blue #D1DCFC
RGB
CMYK
RGB Variations
Color information
#D1DCFC (or 0xD1DCFC) is known color: Hawkes Blue. HEX triplet: D1, DC and FC. RGB value is (209,220,252). Sum of RGB (Red+Green+Blue) = 209+220+252=681 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.69% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DCFC is #2E2303. Grayscale: #DCDCDC. Windows color (decimal): -3023620 or 16571601. OLE color: 16571601.
HSL color Cylindrical-coordinate representation of color #D1DCFC: hue angle of 224.65º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1DCFC is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 220 | 252 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.01 |
| HSL | 224.65º | 0.88% | 0.9% | - |
| HSV(B) | 224.65º | 0.17% | 0.99% | - |
| XYZ | 69.46 | 71.77 | 102.29 | - |
| YUV | 220.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 252 | 0.17 | 0.13 | 0 | 0.01 | 224.65 | 0.88 | 0.9 |
| Hex | D1 | DC | FC | 11 | D | 0 | 1 | E1 | 58 | 5A |
| Octal | 321 | 334 | 374 | 21 | 15 | 0 | 1 | 341 | 130 | 132 |
| Binary | 11010001 | 11011100 | 11111100 | 10001 | 1101 | 0 | 1 | 11100001 | 1011000 | 1011010 |
Color Harmonies of #D1DCFC
Complementary color
Monochromatic Colors of #D1DCFC
Black with #D1DCFC
Text Example
Text Example
White with #D1DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCFC; }
p { color: rgb(209,220,252); }
H1.HeaderClassName
{
color: #D1DCFC;
}
.AnyTagClassName
{
color: #D1DCFC;
}
</style>
background-color css
<style>
a { background-color: #D1DCFC; }
a { background-color: rgb(209,220,252); }
div.DivClassName
{
background-color: #D1DCFC;
}
.BgClassName
{
background-color: #D1DCFC;
}
</style>
border-color css
<style>
span { border-color: #D1DCFC; }
span { border-color: rgb(209,220,252); }
td.TdClassName
{
border-color: #D1DCFC;
}
.TagClassName
{
border-color: #D1DCFC;
}
</style>