Shades of Hawkes Blue #D0DEF1
Tints of Hawkes Blue #D0DEF1
RGB
CMYK
RGB Variations
Color information
#D0DEF1 (or 0xD0DEF1) is known color: Hawkes Blue. HEX triplet: D0, DE and F1. RGB value is (208,222,241). Sum of RGB (Red+Green+Blue) = 208+222+241=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0DEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEF1 is #2F210E. Grayscale: #DBDBDB. Windows color (decimal): -3088655 or 15851216. OLE color: 15851216.
HSL color Cylindrical-coordinate representation of color #D0DEF1: hue angle of 214.55º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0DEF1 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 222 | 241 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.05 |
| HSL | 214.55º | 0.54% | 0.88% | - |
| HSV(B) | 214.55º | 0.14% | 0.95% | - |
| XYZ | 68.01 | 72 | 93.53 | - |
| YUV | 219.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 241 | 0.14 | 0.08 | 0 | 0.05 | 214.55 | 0.54 | 0.88 |
| Hex | D0 | DE | F1 | E | 8 | 0 | 5 | D7 | 36 | 58 |
| Octal | 320 | 336 | 361 | 16 | 10 | 0 | 5 | 327 | 66 | 130 |
| Binary | 11010000 | 11011110 | 11110001 | 1110 | 1000 | 0 | 101 | 11010111 | 110110 | 1011000 |
Color Harmonies of #D0DEF1
Complementary color
Monochromatic Colors of #D0DEF1
Black with #D0DEF1
Text Example
Text Example
White with #D0DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEF1; }
p { color: rgb(208,222,241); }
H1.HeaderClassName
{
color: #D0DEF1;
}
.AnyTagClassName
{
color: #D0DEF1;
}
</style>
background-color css
<style>
a { background-color: #D0DEF1; }
a { background-color: rgb(208,222,241); }
div.DivClassName
{
background-color: #D0DEF1;
}
.BgClassName
{
background-color: #D0DEF1;
}
</style>
border-color css
<style>
span { border-color: #D0DEF1; }
span { border-color: rgb(208,222,241); }
td.TdClassName
{
border-color: #D0DEF1;
}
.TagClassName
{
border-color: #D0DEF1;
}
</style>