Shades of Hawkes Blue #DBE3ED
Tints of Hawkes Blue #DBE3ED
RGB
CMYK
RGB Variations
Color information
#DBE3ED (or 0xDBE3ED) is known color: Hawkes Blue. HEX triplet: DB, E3 and ED. RGB value is (219,227,237). Sum of RGB (Red+Green+Blue) = 219+227+237=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3ED is #241C12. Grayscale: #E1E1E1. Windows color (decimal): -2366483 or 15590363. OLE color: 15590363.
HSL color Cylindrical-coordinate representation of color #DBE3ED: hue angle of 213.33º 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 #DBE3ED is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 227 | 237 | - |
CMYK | 0.08 | 0.04 | 0 | 0.07 |
HSL | 213.33º | 0.33% | 0.89% | - |
HSV(B) | 213.33º | 0.08% | 0.93% | - |
XYZ | 71.97 | 76.11 | 91.02 | - |
YUV | 225.75 | 134.35 | 123.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 227 | 237 | 0.08 | 0.04 | 0 | 0.07 | 213.33 | 0.33 | 0.89 |
Hex | DB | E3 | ED | 8 | 4 | 0 | 7 | D5 | 21 | 59 |
Octal | 333 | 343 | 355 | 10 | 4 | 0 | 7 | 325 | 41 | 131 |
Binary | 11011011 | 11100011 | 11101101 | 1000 | 100 | 0 | 111 | 11010101 | 100001 | 1011001 |
Color Harmonies of #DBE3ED
Complementary color
Monochromatic Colors of #DBE3ED
Black with #DBE3ED
Text Example
Text Example
White with #DBE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3ED; }
p { color: rgb(219,227,237); }
H1.HeaderClassName
{
color: #DBE3ED;
}
.AnyTagClassName
{
color: #DBE3ED;
}
</style>
background-color css
<style>
a { background-color: #DBE3ED; }
a { background-color: rgb(219,227,237); }
div.DivClassName
{
background-color: #DBE3ED;
}
.BgClassName
{
background-color: #DBE3ED;
}
</style>
border-color css
<style>
span { border-color: #DBE3ED; }
span { border-color: rgb(219,227,237); }
td.TdClassName
{
border-color: #DBE3ED;
}
.TagClassName
{
border-color: #DBE3ED;
}
</style>