Shades of Hawkes Blue #D6DEFC
Tints of Hawkes Blue #D6DEFC
RGB
CMYK
RGB Variations
Color information
#D6DEFC (or 0xD6DEFC) is known color: Hawkes Blue. HEX triplet: D6, DE and FC. RGB value is (214,222,252). Sum of RGB (Red+Green+Blue) = 214+222+252=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEFC is #292103. Grayscale: #DEDEDE. Windows color (decimal): -2695428 or 16572118. OLE color: 16572118.
HSL color Cylindrical-coordinate representation of color #D6DEFC: hue angle of 227.37º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DEFC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 222 | 252 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.01 |
| HSL | 227.37º | 0.86% | 0.91% | - |
| HSV(B) | 227.37º | 0.15% | 0.99% | - |
| XYZ | 71.42 | 73.57 | 102.53 | - |
| YUV | 223.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 252 | 0.15 | 0.12 | 0 | 0.01 | 227.37 | 0.86 | 0.91 |
| Hex | D6 | DE | FC | F | C | 0 | 1 | E3 | 56 | 5B |
| Octal | 326 | 336 | 374 | 17 | 14 | 0 | 1 | 343 | 126 | 133 |
| Binary | 11010110 | 11011110 | 11111100 | 1111 | 1100 | 0 | 1 | 11100011 | 1010110 | 1011011 |
Color Harmonies of #D6DEFC
Complementary color
Monochromatic Colors of #D6DEFC
Black with #D6DEFC
Text Example
Text Example
White with #D6DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEFC; }
p { color: rgb(214,222,252); }
H1.HeaderClassName
{
color: #D6DEFC;
}
.AnyTagClassName
{
color: #D6DEFC;
}
</style>
background-color css
<style>
a { background-color: #D6DEFC; }
a { background-color: rgb(214,222,252); }
div.DivClassName
{
background-color: #D6DEFC;
}
.BgClassName
{
background-color: #D6DEFC;
}
</style>
border-color css
<style>
span { border-color: #D6DEFC; }
span { border-color: rgb(214,222,252); }
td.TdClassName
{
border-color: #D6DEFC;
}
.TagClassName
{
border-color: #D6DEFC;
}
</style>