Shades of Hawkes Blue #DBDFEE
Tints of Hawkes Blue #DBDFEE
RGB
CMYK
RGB Variations
Color information
#DBDFEE (or 0xDBDFEE) is known color: Hawkes Blue. HEX triplet: DB, DF and EE. RGB value is (219,223,238). Sum of RGB (Red+Green+Blue) = 219+223+238=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEE is #242011. Grayscale: #DFDFDF. Windows color (decimal): -2367506 or 15654875. OLE color: 15654875.
HSL color Cylindrical-coordinate representation of color #DBDFEE: hue angle of 227.37º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDFEE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 223 | 238 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 227.37º | 0.36% | 0.9% | - |
HSV(B) | 227.37º | 0.08% | 0.93% | - |
XYZ | 71.03 | 74.01 | 91.43 | - |
YUV | 223.51 | 136.17 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 238 | 0.08 | 0.06 | 0 | 0.07 | 227.37 | 0.36 | 0.9 |
Hex | DB | DF | EE | 8 | 6 | 0 | 7 | E3 | 24 | 5A |
Octal | 333 | 337 | 356 | 10 | 6 | 0 | 7 | 343 | 44 | 132 |
Binary | 11011011 | 11011111 | 11101110 | 1000 | 110 | 0 | 111 | 11100011 | 100100 | 1011010 |
Color Harmonies of #DBDFEE
Complementary color
Monochromatic Colors of #DBDFEE
Black with #DBDFEE
Text Example
Text Example
White with #DBDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFEE; }
p { color: rgb(219,223,238); }
H1.HeaderClassName
{
color: #DBDFEE;
}
.AnyTagClassName
{
color: #DBDFEE;
}
</style>
background-color css
<style>
a { background-color: #DBDFEE; }
a { background-color: rgb(219,223,238); }
div.DivClassName
{
background-color: #DBDFEE;
}
.BgClassName
{
background-color: #DBDFEE;
}
</style>
border-color css
<style>
span { border-color: #DBDFEE; }
span { border-color: rgb(219,223,238); }
td.TdClassName
{
border-color: #DBDFEE;
}
.TagClassName
{
border-color: #DBDFEE;
}
</style>