Shades of Hawkes Blue #DBDEEA
Tints of Hawkes Blue #DBDEEA
RGB
CMYK
RGB Variations
Color information
#DBDEEA (or 0xDBDEEA) is known color: Hawkes Blue. HEX triplet: DB, DE and EA. RGB value is (219,222,234). Sum of RGB (Red+Green+Blue) = 219+222+234=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEEA is #242115. Grayscale: #DEDEDE. Windows color (decimal): -2367766 or 15392475. OLE color: 15392475.
HSL color Cylindrical-coordinate representation of color #DBDEEA: hue angle of 228º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDEEA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 222 | 234 | - |
CMYK | 0.06 | 0.05 | 0 | 0.08 |
HSL | 228º | 0.26% | 0.89% | - |
HSV(B) | 228º | 0.06% | 0.92% | - |
XYZ | 70.19 | 73.24 | 88.28 | - |
YUV | 222.47 | 134.51 | 125.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 234 | 0.06 | 0.05 | 0 | 0.08 | 228 | 0.26 | 0.89 |
Hex | DB | DE | EA | 6 | 5 | 0 | 8 | E4 | 1A | 59 |
Octal | 333 | 336 | 352 | 6 | 5 | 0 | 10 | 344 | 32 | 131 |
Binary | 11011011 | 11011110 | 11101010 | 110 | 101 | 0 | 1000 | 11100100 | 11010 | 1011001 |
Color Harmonies of #DBDEEA
Complementary color
Monochromatic Colors of #DBDEEA
Black with #DBDEEA
Text Example
Text Example
White with #DBDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEEA; }
p { color: rgb(219,222,234); }
H1.HeaderClassName
{
color: #DBDEEA;
}
.AnyTagClassName
{
color: #DBDEEA;
}
</style>
background-color css
<style>
a { background-color: #DBDEEA; }
a { background-color: rgb(219,222,234); }
div.DivClassName
{
background-color: #DBDEEA;
}
.BgClassName
{
background-color: #DBDEEA;
}
</style>
border-color css
<style>
span { border-color: #DBDEEA; }
span { border-color: rgb(219,222,234); }
td.TdClassName
{
border-color: #DBDEEA;
}
.TagClassName
{
border-color: #DBDEEA;
}
</style>