Shades of Hawkes Blue #D6E5FF
Tints of Hawkes Blue #D6E5FF
RGB
CMYK
RGB Variations
Color information
#D6E5FF (or 0xD6E5FF) is known color: Hawkes Blue. HEX triplet: D6, E5 and FF. RGB value is (214,229,255). Sum of RGB (Red+Green+Blue) = 214+229+255=698 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.66% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E5FF is #291A00. Grayscale: #E3E3E3. Windows color (decimal): -2693633 or 16770518. OLE color: 16770518.
HSL color Cylindrical-coordinate representation of color #D6E5FF: hue angle of 218.05º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6E5FF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 229 | 255 | - |
| CMYK | 0.16 | 0.10 | 0 | 0 |
| HSL | 218.05º | 1% | 0.92% | - |
| HSV(B) | 218.05º | 0.16% | 1% | - |
| XYZ | 73.8 | 77.55 | 105.69 | - |
| YUV | 227.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 255 | 0.16 | 0.10 | 0 | 0 | 218.05 | 1 | 0.92 |
| Hex | D6 | E5 | FF | 10 | A | 0 | 0 | DA | 64 | 5C |
| Octal | 326 | 345 | 377 | 20 | 12 | 0 | 0 | 332 | 144 | 134 |
| Binary | 11010110 | 11100101 | 11111111 | 10000 | 1010 | 0 | 0 | 11011010 | 1100100 | 1011100 |
Color Harmonies of #D6E5FF
Complementary color
Monochromatic Colors of #D6E5FF
Black with #D6E5FF
Text Example
Text Example
White with #D6E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E5FF; }
p { color: rgb(214,229,255); }
H1.HeaderClassName
{
color: #D6E5FF;
}
.AnyTagClassName
{
color: #D6E5FF;
}
</style>
background-color css
<style>
a { background-color: #D6E5FF; }
a { background-color: rgb(214,229,255); }
div.DivClassName
{
background-color: #D6E5FF;
}
.BgClassName
{
background-color: #D6E5FF;
}
</style>
border-color css
<style>
span { border-color: #D6E5FF; }
span { border-color: rgb(214,229,255); }
td.TdClassName
{
border-color: #D6E5FF;
}
.TagClassName
{
border-color: #D6E5FF;
}
</style>