Shades of Hawkes Blue #D0DFF6
Tints of Hawkes Blue #D0DFF6
RGB
CMYK
RGB Variations
Color information
#D0DFF6 (or 0xD0DFF6) is known color: Hawkes Blue. HEX triplet: D0, DF and F6. RGB value is (208,223,246). Sum of RGB (Red+Green+Blue) = 208+223+246=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0DFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFF6 is #2F2009. Grayscale: #DDDDDD. Windows color (decimal): -3088394 or 16179152. OLE color: 16179152.
HSL color Cylindrical-coordinate representation of color #D0DFF6: hue angle of 216.32º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DFF6 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 223 | 246 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.04 |
| HSL | 216.32º | 0.68% | 0.89% | - |
| HSV(B) | 216.32º | 0.15% | 0.96% | - |
| XYZ | 69.03 | 72.84 | 97.61 | - |
| YUV | 221.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 246 | 0.15 | 0.09 | 0 | 0.04 | 216.32 | 0.68 | 0.89 |
| Hex | D0 | DF | F6 | F | 9 | 0 | 4 | D8 | 44 | 59 |
| Octal | 320 | 337 | 366 | 17 | 11 | 0 | 4 | 330 | 104 | 131 |
| Binary | 11010000 | 11011111 | 11110110 | 1111 | 1001 | 0 | 100 | 11011000 | 1000100 | 1011001 |
Color Harmonies of #D0DFF6
Complementary color
Monochromatic Colors of #D0DFF6
Black with #D0DFF6
Text Example
Text Example
White with #D0DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFF6; }
p { color: rgb(208,223,246); }
H1.HeaderClassName
{
color: #D0DFF6;
}
.AnyTagClassName
{
color: #D0DFF6;
}
</style>
background-color css
<style>
a { background-color: #D0DFF6; }
a { background-color: rgb(208,223,246); }
div.DivClassName
{
background-color: #D0DFF6;
}
.BgClassName
{
background-color: #D0DFF6;
}
</style>
border-color css
<style>
span { border-color: #D0DFF6; }
span { border-color: rgb(208,223,246); }
td.TdClassName
{
border-color: #D0DFF6;
}
.TagClassName
{
border-color: #D0DFF6;
}
</style>