Shades of Hawkes Blue #D0DEFB
Tints of Hawkes Blue #D0DEFB
RGB
CMYK
RGB Variations
Color information
#D0DEFB (or 0xD0DEFB) is known color: Hawkes Blue. HEX triplet: D0, DE and FB. RGB value is (208,222,251). Sum of RGB (Red+Green+Blue) = 208+222+251=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEFB is #2F2104. Grayscale: #DCDCDC. Windows color (decimal): -3088645 or 16506576. OLE color: 16506576.
HSL color Cylindrical-coordinate representation of color #D0DEFB: hue angle of 220.47º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DEFB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 222 | 251 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.02 |
| HSL | 220.47º | 0.84% | 0.9% | - |
| HSV(B) | 220.47º | 0.17% | 0.98% | - |
| XYZ | 69.55 | 72.62 | 101.62 | - |
| YUV | 221.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 251 | 0.17 | 0.12 | 0 | 0.02 | 220.47 | 0.84 | 0.9 |
| Hex | D0 | DE | FB | 11 | C | 0 | 2 | DC | 54 | 5A |
| Octal | 320 | 336 | 373 | 21 | 14 | 0 | 2 | 334 | 124 | 132 |
| Binary | 11010000 | 11011110 | 11111011 | 10001 | 1100 | 0 | 10 | 11011100 | 1010100 | 1011010 |
Color Harmonies of #D0DEFB
Complementary color
Monochromatic Colors of #D0DEFB
Black with #D0DEFB
Text Example
Text Example
White with #D0DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEFB; }
p { color: rgb(208,222,251); }
H1.HeaderClassName
{
color: #D0DEFB;
}
.AnyTagClassName
{
color: #D0DEFB;
}
</style>
background-color css
<style>
a { background-color: #D0DEFB; }
a { background-color: rgb(208,222,251); }
div.DivClassName
{
background-color: #D0DEFB;
}
.BgClassName
{
background-color: #D0DEFB;
}
</style>
border-color css
<style>
span { border-color: #D0DEFB; }
span { border-color: rgb(208,222,251); }
td.TdClassName
{
border-color: #D0DEFB;
}
.TagClassName
{
border-color: #D0DEFB;
}
</style>