Shades of Hawkes Blue #D0E4FF
Tints of Hawkes Blue #D0E4FF
RGB
CMYK
RGB Variations
Color information
#D0E4FF (or 0xD0E4FF) is known color: Hawkes Blue. HEX triplet: D0, E4 and FF. RGB value is (208,228,255). Sum of RGB (Red+Green+Blue) = 208+228+255=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E4FF is #2F1B00. Grayscale: #E0E0E0. Windows color (decimal): -3087105 or 16770256. OLE color: 16770256.
HSL color Cylindrical-coordinate representation of color #D0E4FF: hue angle of 214.47º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E4FF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 228 | 255 | - |
| CMYK | 0.18 | 0.11 | 0 | 0 |
| HSL | 214.47º | 1% | 0.91% | - |
| HSV(B) | 214.47º | 0.18% | 1% | - |
| XYZ | 71.81 | 76.12 | 105.52 | - |
| YUV | 225.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 255 | 0.18 | 0.11 | 0 | 0 | 214.47 | 1 | 0.91 |
| Hex | D0 | E4 | FF | 12 | B | 0 | 0 | D6 | 64 | 5B |
| Octal | 320 | 344 | 377 | 22 | 13 | 0 | 0 | 326 | 144 | 133 |
| Binary | 11010000 | 11100100 | 11111111 | 10010 | 1011 | 0 | 0 | 11010110 | 1100100 | 1011011 |
Color Harmonies of #D0E4FF
Complementary color
Monochromatic Colors of #D0E4FF
Black with #D0E4FF
Text Example
Text Example
White with #D0E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E4FF; }
p { color: rgb(208,228,255); }
H1.HeaderClassName
{
color: #D0E4FF;
}
.AnyTagClassName
{
color: #D0E4FF;
}
</style>
background-color css
<style>
a { background-color: #D0E4FF; }
a { background-color: rgb(208,228,255); }
div.DivClassName
{
background-color: #D0E4FF;
}
.BgClassName
{
background-color: #D0E4FF;
}
</style>
border-color css
<style>
span { border-color: #D0E4FF; }
span { border-color: rgb(208,228,255); }
td.TdClassName
{
border-color: #D0E4FF;
}
.TagClassName
{
border-color: #D0E4FF;
}
</style>