Shades of Hawkes Blue #D0DEFE
Tints of Hawkes Blue #D0DEFE
RGB
CMYK
RGB Variations
Color information
#D0DEFE (or 0xD0DEFE) is known color: Hawkes Blue. HEX triplet: D0, DE and FE. RGB value is (208,222,254). Sum of RGB (Red+Green+Blue) = 208+222+254=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEFE is #2F2101. Grayscale: #DDDDDD. Windows color (decimal): -3088642 or 16703184. OLE color: 16703184.
HSL color Cylindrical-coordinate representation of color #D0DEFE: hue angle of 221.74º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DEFE is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 222 | 254 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.00 |
| HSL | 221.74º | 0.96% | 0.91% | - |
| HSV(B) | 221.74º | 0.18% | 1% | - |
| XYZ | 70.02 | 72.81 | 104.13 | - |
| YUV | 221.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 254 | 0.18 | 0.13 | 0 | 0.00 | 221.74 | 0.96 | 0.91 |
| Hex | D0 | DE | FE | 12 | D | 0 | 0 | DE | 60 | 5B |
| Octal | 320 | 336 | 376 | 22 | 15 | 0 | 0 | 336 | 140 | 133 |
| Binary | 11010000 | 11011110 | 11111110 | 10010 | 1101 | 0 | 0 | 11011110 | 1100000 | 1011011 |
Color Harmonies of #D0DEFE
Complementary color
Monochromatic Colors of #D0DEFE
Black with #D0DEFE
Text Example
Text Example
White with #D0DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEFE; }
p { color: rgb(208,222,254); }
H1.HeaderClassName
{
color: #D0DEFE;
}
.AnyTagClassName
{
color: #D0DEFE;
}
</style>
background-color css
<style>
a { background-color: #D0DEFE; }
a { background-color: rgb(208,222,254); }
div.DivClassName
{
background-color: #D0DEFE;
}
.BgClassName
{
background-color: #D0DEFE;
}
</style>
border-color css
<style>
span { border-color: #D0DEFE; }
span { border-color: rgb(208,222,254); }
td.TdClassName
{
border-color: #D0DEFE;
}
.TagClassName
{
border-color: #D0DEFE;
}
</style>