Shades of Hawkes Blue #D8DFED
Tints of Hawkes Blue #D8DFED
RGB
CMYK
RGB Variations
Color information
#D8DFED (or 0xD8DFED) is known color: Hawkes Blue. HEX triplet: D8, DF and ED. RGB value is (216,223,237). Sum of RGB (Red+Green+Blue) = 216+223+237=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DFED is #272012. Grayscale: #DEDEDE. Windows color (decimal): -2564115 or 15589336. OLE color: 15589336.
HSL color Cylindrical-coordinate representation of color #D8DFED: hue angle of 220º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8DFED is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 216 | 223 | 237 | - |
CMYK | 0.09 | 0.06 | 0 | 0.07 |
HSL | 220º | 0.37% | 0.89% | - |
HSV(B) | 220º | 0.09% | 0.93% | - |
XYZ | 69.99 | 73.49 | 90.62 | - |
YUV | 222.5 | 136.18 | 123.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 223 | 237 | 0.09 | 0.06 | 0 | 0.07 | 220 | 0.37 | 0.89 |
Hex | D8 | DF | ED | 9 | 6 | 0 | 7 | DC | 25 | 59 |
Octal | 330 | 337 | 355 | 11 | 6 | 0 | 7 | 334 | 45 | 131 |
Binary | 11011000 | 11011111 | 11101101 | 1001 | 110 | 0 | 111 | 11011100 | 100101 | 1011001 |
Color Harmonies of #D8DFED
Complementary color
Monochromatic Colors of #D8DFED
Black with #D8DFED
Text Example
Text Example
White with #D8DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFED; }
p { color: rgb(216,223,237); }
H1.HeaderClassName
{
color: #D8DFED;
}
.AnyTagClassName
{
color: #D8DFED;
}
</style>
background-color css
<style>
a { background-color: #D8DFED; }
a { background-color: rgb(216,223,237); }
div.DivClassName
{
background-color: #D8DFED;
}
.BgClassName
{
background-color: #D8DFED;
}
</style>
border-color css
<style>
span { border-color: #D8DFED; }
span { border-color: rgb(216,223,237); }
td.TdClassName
{
border-color: #D8DFED;
}
.TagClassName
{
border-color: #D8DFED;
}
</style>