Shades of Hawkes Blue #DBDEEB
Tints of Hawkes Blue #DBDEEB
RGB
CMYK
RGB Variations
Color information
#DBDEEB (or 0xDBDEEB) is known color: Hawkes Blue. HEX triplet: DB, DE and EB. RGB value is (219,222,235). Sum of RGB (Red+Green+Blue) = 219+222+235=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEEB is #242114. Grayscale: #DEDEDE. Windows color (decimal): -2367765 or 15458011. OLE color: 15458011.
HSL color Cylindrical-coordinate representation of color #DBDEEB: hue angle of 228.75º 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 #DBDEEB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 222 | 235 | - |
CMYK | 0.07 | 0.06 | 0 | 0.08 |
HSL | 228.75º | 0.29% | 0.89% | - |
HSV(B) | 228.75º | 0.07% | 0.92% | - |
XYZ | 70.33 | 73.3 | 89.04 | - |
YUV | 222.59 | 135.01 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 235 | 0.07 | 0.06 | 0 | 0.08 | 228.75 | 0.29 | 0.89 |
Hex | DB | DE | EB | 7 | 6 | 0 | 8 | E5 | 1D | 59 |
Octal | 333 | 336 | 353 | 7 | 6 | 0 | 10 | 345 | 35 | 131 |
Binary | 11011011 | 11011110 | 11101011 | 111 | 110 | 0 | 1000 | 11100101 | 11101 | 1011001 |
Color Harmonies of #DBDEEB
Complementary color
Monochromatic Colors of #DBDEEB
Black with #DBDEEB
Text Example
Text Example
White with #DBDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEEB; }
p { color: rgb(219,222,235); }
H1.HeaderClassName
{
color: #DBDEEB;
}
.AnyTagClassName
{
color: #DBDEEB;
}
</style>
background-color css
<style>
a { background-color: #DBDEEB; }
a { background-color: rgb(219,222,235); }
div.DivClassName
{
background-color: #DBDEEB;
}
.BgClassName
{
background-color: #DBDEEB;
}
</style>
border-color css
<style>
span { border-color: #DBDEEB; }
span { border-color: rgb(219,222,235); }
td.TdClassName
{
border-color: #DBDEEB;
}
.TagClassName
{
border-color: #DBDEEB;
}
</style>