Shades of Hawkes Blue #DCE1ED
Tints of Hawkes Blue #DCE1ED
RGB
CMYK
RGB Variations
Color information
#DCE1ED (or 0xDCE1ED) is known color: Hawkes Blue. HEX triplet: DC, E1 and ED. RGB value is (220,225,237). Sum of RGB (Red+Green+Blue) = 220+225+237=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1ED is #231E12. Grayscale: #E0E0E0. Windows color (decimal): -2301459 or 15589852. OLE color: 15589852.
HSL color Cylindrical-coordinate representation of color #DCE1ED: hue angle of 222.35º 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 #DCE1ED is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 225 | 237 | - |
CMYK | 0.07 | 0.05 | 0 | 0.07 |
HSL | 222.35º | 0.32% | 0.9% | - |
HSV(B) | 222.35º | 0.07% | 0.93% | - |
XYZ | 71.73 | 75.18 | 90.85 | - |
YUV | 224.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 225 | 237 | 0.07 | 0.05 | 0 | 0.07 | 222.35 | 0.32 | 0.9 |
Hex | DC | E1 | ED | 7 | 5 | 0 | 7 | DE | 20 | 5A |
Octal | 334 | 341 | 355 | 7 | 5 | 0 | 7 | 336 | 40 | 132 |
Binary | 11011100 | 11100001 | 11101101 | 111 | 101 | 0 | 111 | 11011110 | 100000 | 1011010 |
Color Harmonies of #DCE1ED
Complementary color
Monochromatic Colors of #DCE1ED
Black with #DCE1ED
Text Example
Text Example
White with #DCE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1ED; }
p { color: rgb(220,225,237); }
H1.HeaderClassName
{
color: #DCE1ED;
}
.AnyTagClassName
{
color: #DCE1ED;
}
</style>
background-color css
<style>
a { background-color: #DCE1ED; }
a { background-color: rgb(220,225,237); }
div.DivClassName
{
background-color: #DCE1ED;
}
.BgClassName
{
background-color: #DCE1ED;
}
</style>
border-color css
<style>
span { border-color: #DCE1ED; }
span { border-color: rgb(220,225,237); }
td.TdClassName
{
border-color: #DCE1ED;
}
.TagClassName
{
border-color: #DCE1ED;
}
</style>