Shades of Hawkes Blue #DCE1F0
Tints of Hawkes Blue #DCE1F0
RGB
CMYK
RGB Variations
Color information
#DCE1F0 (or 0xDCE1F0) is known color: Hawkes Blue. HEX triplet: DC, E1 and F0. RGB value is (220,225,240). Sum of RGB (Red+Green+Blue) = 220+225+240=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1F0 is #231E0F. Grayscale: #E1E1E1. Windows color (decimal): -2301456 or 15786460. OLE color: 15786460.
HSL color Cylindrical-coordinate representation of color #DCE1F0: hue angle of 225º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE1F0 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 225 | 240 | - |
CMYK | 0.08 | 0.06 | 0 | 0.06 |
HSL | 225º | 0.4% | 0.9% | - |
HSV(B) | 225º | 0.08% | 0.94% | - |
XYZ | 72.17 | 75.36 | 93.18 | - |
YUV | 225.22 | 136.34 | 124.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 225 | 240 | 0.08 | 0.06 | 0 | 0.06 | 225 | 0.4 | 0.9 |
Hex | DC | E1 | F0 | 8 | 6 | 0 | 6 | E1 | 28 | 5A |
Octal | 334 | 341 | 360 | 10 | 6 | 0 | 6 | 341 | 50 | 132 |
Binary | 11011100 | 11100001 | 11110000 | 1000 | 110 | 0 | 110 | 11100001 | 101000 | 1011010 |
Color Harmonies of #DCE1F0
Complementary color
Monochromatic Colors of #DCE1F0
Black with #DCE1F0
Text Example
Text Example
White with #DCE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1F0; }
p { color: rgb(220,225,240); }
H1.HeaderClassName
{
color: #DCE1F0;
}
.AnyTagClassName
{
color: #DCE1F0;
}
</style>
background-color css
<style>
a { background-color: #DCE1F0; }
a { background-color: rgb(220,225,240); }
div.DivClassName
{
background-color: #DCE1F0;
}
.BgClassName
{
background-color: #DCE1F0;
}
</style>
border-color css
<style>
span { border-color: #DCE1F0; }
span { border-color: rgb(220,225,240); }
td.TdClassName
{
border-color: #DCE1F0;
}
.TagClassName
{
border-color: #DCE1F0;
}
</style>