Shades of Hawkes Blue #D6DFEE
Tints of Hawkes Blue #D6DFEE
RGB
CMYK
RGB Variations
Color information
#D6DFEE (or 0xD6DFEE) is known color: Hawkes Blue. HEX triplet: D6, DF and EE. RGB value is (214,223,238). Sum of RGB (Red+Green+Blue) = 214+223+238=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DFEE is #292011. Grayscale: #DDDDDD. Windows color (decimal): -2695186 or 15654870. OLE color: 15654870.
HSL color Cylindrical-coordinate representation of color #D6DFEE: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DFEE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 223 | 238 | - |
CMYK | 0.10 | 0.06 | 0 | 0.07 |
HSL | 217.5º | 0.41% | 0.89% | - |
HSV(B) | 217.5º | 0.1% | 0.93% | - |
XYZ | 69.55 | 73.24 | 91.36 | - |
YUV | 222.02 | 137.02 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 223 | 238 | 0.10 | 0.06 | 0 | 0.07 | 217.5 | 0.41 | 0.89 |
Hex | D6 | DF | EE | A | 6 | 0 | 7 | DA | 29 | 59 |
Octal | 326 | 337 | 356 | 12 | 6 | 0 | 7 | 332 | 51 | 131 |
Binary | 11010110 | 11011111 | 11101110 | 1010 | 110 | 0 | 111 | 11011010 | 101001 | 1011001 |
Color Harmonies of #D6DFEE
Complementary color
Monochromatic Colors of #D6DFEE
Black with #D6DFEE
Text Example
Text Example
White with #D6DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFEE; }
p { color: rgb(214,223,238); }
H1.HeaderClassName
{
color: #D6DFEE;
}
.AnyTagClassName
{
color: #D6DFEE;
}
</style>
background-color css
<style>
a { background-color: #D6DFEE; }
a { background-color: rgb(214,223,238); }
div.DivClassName
{
background-color: #D6DFEE;
}
.BgClassName
{
background-color: #D6DFEE;
}
</style>
border-color css
<style>
span { border-color: #D6DFEE; }
span { border-color: rgb(214,223,238); }
td.TdClassName
{
border-color: #D6DFEE;
}
.TagClassName
{
border-color: #D6DFEE;
}
</style>