Shades of Hawkes Blue #DCE0ED
Tints of Hawkes Blue #DCE0ED
RGB
CMYK
RGB Variations
Color information
#DCE0ED (or 0xDCE0ED) is known color: Hawkes Blue. HEX triplet: DC, E0 and ED. RGB value is (220,224,237). Sum of RGB (Red+Green+Blue) = 220+224+237=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0ED is #231F12. Grayscale: #E0E0E0. Windows color (decimal): -2301715 or 15589596. OLE color: 15589596.
HSL color Cylindrical-coordinate representation of color #DCE0ED: hue angle of 225.88º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE0ED is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 224 | 237 | - |
CMYK | 0.07 | 0.05 | 0 | 0.07 |
HSL | 225.88º | 0.32% | 0.9% | - |
HSV(B) | 225.88º | 0.07% | 0.93% | - |
XYZ | 71.46 | 74.64 | 90.76 | - |
YUV | 224.29 | 135.17 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 224 | 237 | 0.07 | 0.05 | 0 | 0.07 | 225.88 | 0.32 | 0.9 |
Hex | DC | E0 | ED | 7 | 5 | 0 | 7 | E2 | 20 | 5A |
Octal | 334 | 340 | 355 | 7 | 5 | 0 | 7 | 342 | 40 | 132 |
Binary | 11011100 | 11100000 | 11101101 | 111 | 101 | 0 | 111 | 11100010 | 100000 | 1011010 |
Color Harmonies of #DCE0ED
Complementary color
Monochromatic Colors of #DCE0ED
Black with #DCE0ED
Text Example
Text Example
White with #DCE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0ED; }
p { color: rgb(220,224,237); }
H1.HeaderClassName
{
color: #DCE0ED;
}
.AnyTagClassName
{
color: #DCE0ED;
}
</style>
background-color css
<style>
a { background-color: #DCE0ED; }
a { background-color: rgb(220,224,237); }
div.DivClassName
{
background-color: #DCE0ED;
}
.BgClassName
{
background-color: #DCE0ED;
}
</style>
border-color css
<style>
span { border-color: #DCE0ED; }
span { border-color: rgb(220,224,237); }
td.TdClassName
{
border-color: #DCE0ED;
}
.TagClassName
{
border-color: #DCE0ED;
}
</style>