Shades of Hawkes Blue #D1DAFF
Tints of Hawkes Blue #D1DAFF
RGB
CMYK
RGB Variations
Color information
#D1DAFF (or 0xD1DAFF) is known color: Hawkes Blue. HEX triplet: D1, DA and FF. RGB value is (209,218,255). Sum of RGB (Red+Green+Blue) = 209+218+255=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAFF is #2E2500. Grayscale: #DBDBDB. Windows color (decimal): -3024129 or 16767697. OLE color: 16767697.
HSL color Cylindrical-coordinate representation of color #D1DAFF: hue angle of 228.26º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1DAFF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 218 | 255 | - |
| CMYK | 0.18 | 0.15 | 0 | 0 |
| HSL | 228.26º | 1% | 0.91% | - |
| HSV(B) | 228.26º | 0.18% | 1% | - |
| XYZ | 69.42 | 70.92 | 104.64 | - |
| YUV | 219.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 255 | 0.18 | 0.15 | 0 | 0 | 228.26 | 1 | 0.91 |
| Hex | D1 | DA | FF | 12 | F | 0 | 0 | E4 | 64 | 5B |
| Octal | 321 | 332 | 377 | 22 | 17 | 0 | 0 | 344 | 144 | 133 |
| Binary | 11010001 | 11011010 | 11111111 | 10010 | 1111 | 0 | 0 | 11100100 | 1100100 | 1011011 |
Color Harmonies of #D1DAFF
Complementary color
Monochromatic Colors of #D1DAFF
Black with #D1DAFF
Text Example
Text Example
White with #D1DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAFF; }
p { color: rgb(209,218,255); }
H1.HeaderClassName
{
color: #D1DAFF;
}
.AnyTagClassName
{
color: #D1DAFF;
}
</style>
background-color css
<style>
a { background-color: #D1DAFF; }
a { background-color: rgb(209,218,255); }
div.DivClassName
{
background-color: #D1DAFF;
}
.BgClassName
{
background-color: #D1DAFF;
}
</style>
border-color css
<style>
span { border-color: #D1DAFF; }
span { border-color: rgb(209,218,255); }
td.TdClassName
{
border-color: #D1DAFF;
}
.TagClassName
{
border-color: #D1DAFF;
}
</style>