Shades of Hawkes Blue #DBDCE1
Tints of Hawkes Blue #DBDCE1
RGB
CMYK
RGB Variations
Color information
#DBDCE1 (or 0xDBDCE1) is known color: Hawkes Blue. HEX triplet: DB, DC and E1. RGB value is (219,220,225). Sum of RGB (Red+Green+Blue) = 219+220+225=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCE1 is #24231E. Grayscale: #DCDCDC. Windows color (decimal): -2368287 or 14802139. OLE color: 14802139.
HSL color Cylindrical-coordinate representation of color #DBDCE1: hue angle of 230º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDCE1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 220 | 225 | - |
CMYK | 0.03 | 0.02 | 0 | 0.12 |
HSL | 230º | 0.09% | 0.87% | - |
HSV(B) | 230º | 0.03% | 0.88% | - |
XYZ | 68.4 | 71.68 | 81.47 | - |
YUV | 220.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 225 | 0.03 | 0.02 | 0 | 0.12 | 230 | 0.09 | 0.87 |
Hex | DB | DC | E1 | 3 | 2 | 0 | C | E6 | 9 | 57 |
Octal | 333 | 334 | 341 | 3 | 2 | 0 | 14 | 346 | 11 | 127 |
Binary | 11011011 | 11011100 | 11100001 | 11 | 10 | 0 | 1100 | 11100110 | 1001 | 1010111 |
Color Harmonies of #DBDCE1
Complementary color
Monochromatic Colors of #DBDCE1
Black with #DBDCE1
Text Example
Text Example
White with #DBDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCE1; }
p { color: rgb(219,220,225); }
H1.HeaderClassName
{
color: #DBDCE1;
}
.AnyTagClassName
{
color: #DBDCE1;
}
</style>
background-color css
<style>
a { background-color: #DBDCE1; }
a { background-color: rgb(219,220,225); }
div.DivClassName
{
background-color: #DBDCE1;
}
.BgClassName
{
background-color: #DBDCE1;
}
</style>
border-color css
<style>
span { border-color: #DBDCE1; }
span { border-color: rgb(219,220,225); }
td.TdClassName
{
border-color: #DBDCE1;
}
.TagClassName
{
border-color: #DBDCE1;
}
</style>