Shades of Hawkes Blue #D6E0FE
Tints of Hawkes Blue #D6E0FE
RGB
CMYK
RGB Variations
Color information
#D6E0FE (or 0xD6E0FE) is known color: Hawkes Blue. HEX triplet: D6, E0 and FE. RGB value is (214,224,254). Sum of RGB (Red+Green+Blue) = 214+224+254=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0FE is #291F01. Grayscale: #E0E0E0. Windows color (decimal): -2694914 or 16703702. OLE color: 16703702.
HSL color Cylindrical-coordinate representation of color #D6E0FE: hue angle of 225º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6E0FE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 224 | 254 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.00 |
| HSL | 225º | 0.95% | 0.92% | - |
| HSV(B) | 225º | 0.16% | 1% | - |
| XYZ | 72.28 | 74.76 | 104.39 | - |
| YUV | 224.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 254 | 0.16 | 0.12 | 0 | 0.00 | 225 | 0.95 | 0.92 |
| Hex | D6 | E0 | FE | 10 | C | 0 | 0 | E1 | 5F | 5C |
| Octal | 326 | 340 | 376 | 20 | 14 | 0 | 0 | 341 | 137 | 134 |
| Binary | 11010110 | 11100000 | 11111110 | 10000 | 1100 | 0 | 0 | 11100001 | 1011111 | 1011100 |
Color Harmonies of #D6E0FE
Complementary color
Monochromatic Colors of #D6E0FE
Black with #D6E0FE
Text Example
Text Example
White with #D6E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E0FE; }
p { color: rgb(214,224,254); }
H1.HeaderClassName
{
color: #D6E0FE;
}
.AnyTagClassName
{
color: #D6E0FE;
}
</style>
background-color css
<style>
a { background-color: #D6E0FE; }
a { background-color: rgb(214,224,254); }
div.DivClassName
{
background-color: #D6E0FE;
}
.BgClassName
{
background-color: #D6E0FE;
}
</style>
border-color css
<style>
span { border-color: #D6E0FE; }
span { border-color: rgb(214,224,254); }
td.TdClassName
{
border-color: #D6E0FE;
}
.TagClassName
{
border-color: #D6E0FE;
}
</style>