Shades of Hawkes Blue #D6E0FD
Tints of Hawkes Blue #D6E0FD
RGB
CMYK
RGB Variations
Color information
#D6E0FD (or 0xD6E0FD) is known color: Hawkes Blue. HEX triplet: D6, E0 and FD. RGB value is (214,224,253). Sum of RGB (Red+Green+Blue) = 214+224+253=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6E0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0FD is #291F02. Grayscale: #E0E0E0. Windows color (decimal): -2694915 or 16638166. OLE color: 16638166.
HSL color Cylindrical-coordinate representation of color #D6E0FD: hue angle of 224.62º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E0FD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 224 | 253 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.01 |
| HSL | 224.62º | 0.91% | 0.92% | - |
| HSV(B) | 224.62º | 0.15% | 0.99% | - |
| XYZ | 72.12 | 74.7 | 103.55 | - |
| YUV | 224.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 253 | 0.15 | 0.11 | 0 | 0.01 | 224.62 | 0.91 | 0.92 |
| Hex | D6 | E0 | FD | F | B | 0 | 1 | E1 | 5B | 5C |
| Octal | 326 | 340 | 375 | 17 | 13 | 0 | 1 | 341 | 133 | 134 |
| Binary | 11010110 | 11100000 | 11111101 | 1111 | 1011 | 0 | 1 | 11100001 | 1011011 | 1011100 |
Color Harmonies of #D6E0FD
Complementary color
Monochromatic Colors of #D6E0FD
Black with #D6E0FD
Text Example
Text Example
White with #D6E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E0FD; }
p { color: rgb(214,224,253); }
H1.HeaderClassName
{
color: #D6E0FD;
}
.AnyTagClassName
{
color: #D6E0FD;
}
</style>
background-color css
<style>
a { background-color: #D6E0FD; }
a { background-color: rgb(214,224,253); }
div.DivClassName
{
background-color: #D6E0FD;
}
.BgClassName
{
background-color: #D6E0FD;
}
</style>
border-color css
<style>
span { border-color: #D6E0FD; }
span { border-color: rgb(214,224,253); }
td.TdClassName
{
border-color: #D6E0FD;
}
.TagClassName
{
border-color: #D6E0FD;
}
</style>