Shades of Hawkes Blue #DCE1E7
Tints of Hawkes Blue #DCE1E7
RGB
CMYK
RGB Variations
Color information
#DCE1E7 (or 0xDCE1E7) is known color: Hawkes Blue. HEX triplet: DC, E1 and E7. RGB value is (220,225,231). Sum of RGB (Red+Green+Blue) = 220+225+231=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCE1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1E7 is #231E18. Grayscale: #E0E0E0. Windows color (decimal): -2301465 or 15196636. OLE color: 15196636.
HSL color Cylindrical-coordinate representation of color #DCE1E7: hue angle of 212.73º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE1E7 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 225 | 231 | - |
CMYK | 0.05 | 0.03 | 0 | 0.09 |
HSL | 212.73º | 0.19% | 0.88% | - |
HSV(B) | 212.73º | 0.05% | 0.91% | - |
XYZ | 70.86 | 74.84 | 86.31 | - |
YUV | 224.19 | 131.84 | 125.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 225 | 231 | 0.05 | 0.03 | 0 | 0.09 | 212.73 | 0.19 | 0.88 |
Hex | DC | E1 | E7 | 5 | 3 | 0 | 9 | D5 | 13 | 58 |
Octal | 334 | 341 | 347 | 5 | 3 | 0 | 11 | 325 | 23 | 130 |
Binary | 11011100 | 11100001 | 11100111 | 101 | 11 | 0 | 1001 | 11010101 | 10011 | 1011000 |
Color Harmonies of #DCE1E7
Complementary color
Monochromatic Colors of #DCE1E7
Black with #DCE1E7
Text Example
Text Example
White with #DCE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1E7; }
p { color: rgb(220,225,231); }
H1.HeaderClassName
{
color: #DCE1E7;
}
.AnyTagClassName
{
color: #DCE1E7;
}
</style>
background-color css
<style>
a { background-color: #DCE1E7; }
a { background-color: rgb(220,225,231); }
div.DivClassName
{
background-color: #DCE1E7;
}
.BgClassName
{
background-color: #DCE1E7;
}
</style>
border-color css
<style>
span { border-color: #DCE1E7; }
span { border-color: rgb(220,225,231); }
td.TdClassName
{
border-color: #DCE1E7;
}
.TagClassName
{
border-color: #DCE1E7;
}
</style>