Shades of Hawkes Blue #DBDFEB
Tints of Hawkes Blue #DBDFEB
RGB
CMYK
RGB Variations
Color information
#DBDFEB (or 0xDBDFEB) is known color: Hawkes Blue. HEX triplet: DB, DF and EB. RGB value is (219,223,235). Sum of RGB (Red+Green+Blue) = 219+223+235=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEB is #242014. Grayscale: #DFDFDF. Windows color (decimal): -2367509 or 15458267. OLE color: 15458267.
HSL color Cylindrical-coordinate representation of color #DBDFEB: hue angle of 225º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDFEB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 223 | 235 | - |
CMYK | 0.07 | 0.05 | 0 | 0.08 |
HSL | 225º | 0.29% | 0.89% | - |
HSV(B) | 225º | 0.07% | 0.92% | - |
XYZ | 70.6 | 73.83 | 89.13 | - |
YUV | 223.17 | 134.67 | 125.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 235 | 0.07 | 0.05 | 0 | 0.08 | 225 | 0.29 | 0.89 |
Hex | DB | DF | EB | 7 | 5 | 0 | 8 | E1 | 1D | 59 |
Octal | 333 | 337 | 353 | 7 | 5 | 0 | 10 | 341 | 35 | 131 |
Binary | 11011011 | 11011111 | 11101011 | 111 | 101 | 0 | 1000 | 11100001 | 11101 | 1011001 |
Color Harmonies of #DBDFEB
Complementary color
Monochromatic Colors of #DBDFEB
Black with #DBDFEB
Text Example
Text Example
White with #DBDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFEB; }
p { color: rgb(219,223,235); }
H1.HeaderClassName
{
color: #DBDFEB;
}
.AnyTagClassName
{
color: #DBDFEB;
}
</style>
background-color css
<style>
a { background-color: #DBDFEB; }
a { background-color: rgb(219,223,235); }
div.DivClassName
{
background-color: #DBDFEB;
}
.BgClassName
{
background-color: #DBDFEB;
}
</style>
border-color css
<style>
span { border-color: #DBDFEB; }
span { border-color: rgb(219,223,235); }
td.TdClassName
{
border-color: #DBDFEB;
}
.TagClassName
{
border-color: #DBDFEB;
}
</style>