Shades of Hawkes Blue #D6DEFF
Tints of Hawkes Blue #D6DEFF
RGB
CMYK
RGB Variations
Color information
#D6DEFF (or 0xD6DEFF) is known color: Hawkes Blue. HEX triplet: D6, DE and FF. RGB value is (214,222,255). Sum of RGB (Red+Green+Blue) = 214+222+255=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEFF is #292100. Grayscale: #DFDFDF. Windows color (decimal): -2695425 or 16768726. OLE color: 16768726.
HSL color Cylindrical-coordinate representation of color #D6DEFF: hue angle of 228.29º 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 #D6DEFF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 222 | 255 | - |
| CMYK | 0.16 | 0.13 | 0 | 0 |
| HSL | 228.29º | 1% | 0.92% | - |
| HSV(B) | 228.29º | 0.16% | 1% | - |
| XYZ | 71.9 | 73.76 | 105.05 | - |
| YUV | 223.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 255 | 0.16 | 0.13 | 0 | 0 | 228.29 | 1 | 0.92 |
| Hex | D6 | DE | FF | 10 | D | 0 | 0 | E4 | 64 | 5C |
| Octal | 326 | 336 | 377 | 20 | 15 | 0 | 0 | 344 | 144 | 134 |
| Binary | 11010110 | 11011110 | 11111111 | 10000 | 1101 | 0 | 0 | 11100100 | 1100100 | 1011100 |
Color Harmonies of #D6DEFF
Complementary color
Monochromatic Colors of #D6DEFF
Black with #D6DEFF
Text Example
Text Example
White with #D6DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEFF; }
p { color: rgb(214,222,255); }
H1.HeaderClassName
{
color: #D6DEFF;
}
.AnyTagClassName
{
color: #D6DEFF;
}
</style>
background-color css
<style>
a { background-color: #D6DEFF; }
a { background-color: rgb(214,222,255); }
div.DivClassName
{
background-color: #D6DEFF;
}
.BgClassName
{
background-color: #D6DEFF;
}
</style>
border-color css
<style>
span { border-color: #D6DEFF; }
span { border-color: rgb(214,222,255); }
td.TdClassName
{
border-color: #D6DEFF;
}
.TagClassName
{
border-color: #D6DEFF;
}
</style>