Shades of Hawkes Blue #DBE1ED
Tints of Hawkes Blue #DBE1ED
RGB
CMYK
RGB Variations
Color information
#DBE1ED (or 0xDBE1ED) is known color: Hawkes Blue. HEX triplet: DB, E1 and ED. RGB value is (219,225,237). Sum of RGB (Red+Green+Blue) = 219+225+237=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 225 (88.28% from 255 or 33.04% 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 #DBE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1ED is #241E12. Grayscale: #E0E0E0. Windows color (decimal): -2366995 or 15589851. OLE color: 15589851.
HSL color Cylindrical-coordinate representation of color #DBE1ED: hue angle of 220º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE1ED is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 225 | 237 | - |
CMYK | 0.08 | 0.05 | 0 | 0.07 |
HSL | 220º | 0.33% | 0.89% | - |
HSV(B) | 220º | 0.08% | 0.93% | - |
XYZ | 71.42 | 75.02 | 90.84 | - |
YUV | 224.57 | 135.01 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 225 | 237 | 0.08 | 0.05 | 0 | 0.07 | 220 | 0.33 | 0.89 |
Hex | DB | E1 | ED | 8 | 5 | 0 | 7 | DC | 21 | 59 |
Octal | 333 | 341 | 355 | 10 | 5 | 0 | 7 | 334 | 41 | 131 |
Binary | 11011011 | 11100001 | 11101101 | 1000 | 101 | 0 | 111 | 11011100 | 100001 | 1011001 |
Color Harmonies of #DBE1ED
Complementary color
Monochromatic Colors of #DBE1ED
Black with #DBE1ED
Text Example
Text Example
White with #DBE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1ED; }
p { color: rgb(219,225,237); }
H1.HeaderClassName
{
color: #DBE1ED;
}
.AnyTagClassName
{
color: #DBE1ED;
}
</style>
background-color css
<style>
a { background-color: #DBE1ED; }
a { background-color: rgb(219,225,237); }
div.DivClassName
{
background-color: #DBE1ED;
}
.BgClassName
{
background-color: #DBE1ED;
}
</style>
border-color css
<style>
span { border-color: #DBE1ED; }
span { border-color: rgb(219,225,237); }
td.TdClassName
{
border-color: #DBE1ED;
}
.TagClassName
{
border-color: #DBE1ED;
}
</style>