Shades of Hawkes Blue #DCE2F5
Tints of Hawkes Blue #DCE2F5
RGB
CMYK
RGB Variations
Color information
#DCE2F5 (or 0xDCE2F5) is known color: Hawkes Blue. HEX triplet: DC, E2 and F5. RGB value is (220,226,245). Sum of RGB (Red+Green+Blue) = 220+226+245=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCE2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2F5 is #231D0A. Grayscale: #E2E2E2. Windows color (decimal): -2301195 or 16114396. OLE color: 16114396.
HSL color Cylindrical-coordinate representation of color #DCE2F5: hue angle of 225.6º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE2F5 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 226 | 245 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.04 |
| HSL | 225.6º | 0.56% | 0.91% | - |
| HSV(B) | 225.6º | 0.1% | 0.96% | - |
| XYZ | 73.19 | 76.2 | 97.24 | - |
| YUV | 226.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 245 | 0.10 | 0.08 | 0 | 0.04 | 225.6 | 0.56 | 0.91 |
| Hex | DC | E2 | F5 | A | 8 | 0 | 4 | E2 | 38 | 5B |
| Octal | 334 | 342 | 365 | 12 | 10 | 0 | 4 | 342 | 70 | 133 |
| Binary | 11011100 | 11100010 | 11110101 | 1010 | 1000 | 0 | 100 | 11100010 | 111000 | 1011011 |
Color Harmonies of #DCE2F5
Complementary color
Monochromatic Colors of #DCE2F5
Black with #DCE2F5
Text Example
Text Example
White with #DCE2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2F5; }
p { color: rgb(220,226,245); }
H1.HeaderClassName
{
color: #DCE2F5;
}
.AnyTagClassName
{
color: #DCE2F5;
}
</style>
background-color css
<style>
a { background-color: #DCE2F5; }
a { background-color: rgb(220,226,245); }
div.DivClassName
{
background-color: #DCE2F5;
}
.BgClassName
{
background-color: #DCE2F5;
}
</style>
border-color css
<style>
span { border-color: #DCE2F5; }
span { border-color: rgb(220,226,245); }
td.TdClassName
{
border-color: #DCE2F5;
}
.TagClassName
{
border-color: #DCE2F5;
}
</style>