Shades of Hawkes Blue #D1DDFF
Tints of Hawkes Blue #D1DDFF
RGB
CMYK
RGB Variations
Color information
#D1DDFF (or 0xD1DDFF) is known color: Hawkes Blue. HEX triplet: D1, DD and FF. RGB value is (209,221,255). Sum of RGB (Red+Green+Blue) = 209+221+255=685 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.51% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDFF is #2E2200. Grayscale: #DDDDDD. Windows color (decimal): -3023361 or 16768465. OLE color: 16768465.
HSL color Cylindrical-coordinate representation of color #D1DDFF: hue angle of 224.35º 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 #D1DDFF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 221 | 255 | - |
| CMYK | 0.18 | 0.13 | 0 | 0 |
| HSL | 224.35º | 1% | 0.91% | - |
| HSV(B) | 224.35º | 0.18% | 1% | - |
| XYZ | 70.2 | 72.49 | 104.9 | - |
| YUV | 221.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 255 | 0.18 | 0.13 | 0 | 0 | 224.35 | 1 | 0.91 |
| Hex | D1 | DD | FF | 12 | D | 0 | 0 | E0 | 64 | 5B |
| Octal | 321 | 335 | 377 | 22 | 15 | 0 | 0 | 340 | 144 | 133 |
| Binary | 11010001 | 11011101 | 11111111 | 10010 | 1101 | 0 | 0 | 11100000 | 1100100 | 1011011 |
Color Harmonies of #D1DDFF
Complementary color
Monochromatic Colors of #D1DDFF
Black with #D1DDFF
Text Example
Text Example
White with #D1DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDFF; }
p { color: rgb(209,221,255); }
H1.HeaderClassName
{
color: #D1DDFF;
}
.AnyTagClassName
{
color: #D1DDFF;
}
</style>
background-color css
<style>
a { background-color: #D1DDFF; }
a { background-color: rgb(209,221,255); }
div.DivClassName
{
background-color: #D1DDFF;
}
.BgClassName
{
background-color: #D1DDFF;
}
</style>
border-color css
<style>
span { border-color: #D1DDFF; }
span { border-color: rgb(209,221,255); }
td.TdClassName
{
border-color: #D1DDFF;
}
.TagClassName
{
border-color: #D1DDFF;
}
</style>