Shades of Hawkes Blue #D6DFED
Tints of Hawkes Blue #D6DFED
RGB
CMYK
RGB Variations
Color information
#D6DFED (or 0xD6DFED) is known color: Hawkes Blue. HEX triplet: D6, DF and ED. RGB value is (214,223,237). Sum of RGB (Red+Green+Blue) = 214+223+237=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DFED is #292012. Grayscale: #DDDDDD. Windows color (decimal): -2695187 or 15589334. OLE color: 15589334.
HSL color Cylindrical-coordinate representation of color #D6DFED: hue angle of 216.52º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DFED is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 223 | 237 | - |
CMYK | 0.10 | 0.06 | 0 | 0.07 |
HSL | 216.52º | 0.39% | 0.88% | - |
HSV(B) | 216.52º | 0.1% | 0.93% | - |
XYZ | 69.41 | 73.19 | 90.59 | - |
YUV | 221.91 | 136.52 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 223 | 237 | 0.10 | 0.06 | 0 | 0.07 | 216.52 | 0.39 | 0.88 |
Hex | D6 | DF | ED | A | 6 | 0 | 7 | D9 | 27 | 58 |
Octal | 326 | 337 | 355 | 12 | 6 | 0 | 7 | 331 | 47 | 130 |
Binary | 11010110 | 11011111 | 11101101 | 1010 | 110 | 0 | 111 | 11011001 | 100111 | 1011000 |
Color Harmonies of #D6DFED
Complementary color
Monochromatic Colors of #D6DFED
Black with #D6DFED
Text Example
Text Example
White with #D6DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFED; }
p { color: rgb(214,223,237); }
H1.HeaderClassName
{
color: #D6DFED;
}
.AnyTagClassName
{
color: #D6DFED;
}
</style>
background-color css
<style>
a { background-color: #D6DFED; }
a { background-color: rgb(214,223,237); }
div.DivClassName
{
background-color: #D6DFED;
}
.BgClassName
{
background-color: #D6DFED;
}
</style>
border-color css
<style>
span { border-color: #D6DFED; }
span { border-color: rgb(214,223,237); }
td.TdClassName
{
border-color: #D6DFED;
}
.TagClassName
{
border-color: #D6DFED;
}
</style>