Shades of Hawkes Blue #D0DEF6
Tints of Hawkes Blue #D0DEF6
RGB
CMYK
RGB Variations
Color information
#D0DEF6 (or 0xD0DEF6) is known color: Hawkes Blue. HEX triplet: D0, DE and F6. RGB value is (208,222,246). Sum of RGB (Red+Green+Blue) = 208+222+246=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEF6 is #2F2109. Grayscale: #DCDCDC. Windows color (decimal): -3088650 or 16178896. OLE color: 16178896.
HSL color Cylindrical-coordinate representation of color #D0DEF6: hue angle of 217.89º 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 #D0DEF6 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 222 | 246 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.04 |
| HSL | 217.89º | 0.68% | 0.89% | - |
| HSV(B) | 217.89º | 0.15% | 0.96% | - |
| XYZ | 68.77 | 72.31 | 97.52 | - |
| YUV | 220.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 246 | 0.15 | 0.10 | 0 | 0.04 | 217.89 | 0.68 | 0.89 |
| Hex | D0 | DE | F6 | F | A | 0 | 4 | DA | 44 | 59 |
| Octal | 320 | 336 | 366 | 17 | 12 | 0 | 4 | 332 | 104 | 131 |
| Binary | 11010000 | 11011110 | 11110110 | 1111 | 1010 | 0 | 100 | 11011010 | 1000100 | 1011001 |
Color Harmonies of #D0DEF6
Complementary color
Monochromatic Colors of #D0DEF6
Black with #D0DEF6
Text Example
Text Example
White with #D0DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEF6; }
p { color: rgb(208,222,246); }
H1.HeaderClassName
{
color: #D0DEF6;
}
.AnyTagClassName
{
color: #D0DEF6;
}
</style>
background-color css
<style>
a { background-color: #D0DEF6; }
a { background-color: rgb(208,222,246); }
div.DivClassName
{
background-color: #D0DEF6;
}
.BgClassName
{
background-color: #D0DEF6;
}
</style>
border-color css
<style>
span { border-color: #D0DEF6; }
span { border-color: rgb(208,222,246); }
td.TdClassName
{
border-color: #D0DEF6;
}
.TagClassName
{
border-color: #D0DEF6;
}
</style>