Shades of Hawkes Blue #D0E1FF
Tints of Hawkes Blue #D0E1FF
RGB
CMYK
RGB Variations
Color information
#D0E1FF (or 0xD0E1FF) is known color: Hawkes Blue. HEX triplet: D0, E1 and FF. RGB value is (208,225,255). Sum of RGB (Red+Green+Blue) = 208+225+255=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1FF is #2F1E00. Grayscale: #DFDFDF. Windows color (decimal): -3087873 or 16769488. OLE color: 16769488.
HSL color Cylindrical-coordinate representation of color #D0E1FF: hue angle of 218.3º 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 #D0E1FF is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 225 | 255 | - |
| CMYK | 0.18 | 0.12 | 0 | 0 |
| HSL | 218.3º | 1% | 0.91% | - |
| HSV(B) | 218.3º | 0.18% | 1% | - |
| XYZ | 70.99 | 74.48 | 105.24 | - |
| YUV | 223.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 255 | 0.18 | 0.12 | 0 | 0 | 218.3 | 1 | 0.91 |
| Hex | D0 | E1 | FF | 12 | C | 0 | 0 | DA | 64 | 5B |
| Octal | 320 | 341 | 377 | 22 | 14 | 0 | 0 | 332 | 144 | 133 |
| Binary | 11010000 | 11100001 | 11111111 | 10010 | 1100 | 0 | 0 | 11011010 | 1100100 | 1011011 |
Color Harmonies of #D0E1FF
Complementary color
Monochromatic Colors of #D0E1FF
Black with #D0E1FF
Text Example
Text Example
White with #D0E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1FF; }
p { color: rgb(208,225,255); }
H1.HeaderClassName
{
color: #D0E1FF;
}
.AnyTagClassName
{
color: #D0E1FF;
}
</style>
background-color css
<style>
a { background-color: #D0E1FF; }
a { background-color: rgb(208,225,255); }
div.DivClassName
{
background-color: #D0E1FF;
}
.BgClassName
{
background-color: #D0E1FF;
}
</style>
border-color css
<style>
span { border-color: #D0E1FF; }
span { border-color: rgb(208,225,255); }
td.TdClassName
{
border-color: #D0E1FF;
}
.TagClassName
{
border-color: #D0E1FF;
}
</style>