Shades of Hawkes Blue #DBDFEC
Tints of Hawkes Blue #DBDFEC
RGB
CMYK
RGB Variations
Color information
#DBDFEC (or 0xDBDFEC) is known color: Hawkes Blue. HEX triplet: DB, DF and EC. RGB value is (219,223,236). Sum of RGB (Red+Green+Blue) = 219+223+236=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEC is #242013. Grayscale: #DFDFDF. Windows color (decimal): -2367508 or 15523803. OLE color: 15523803.
HSL color Cylindrical-coordinate representation of color #DBDFEC: hue angle of 225.88º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDFEC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 223 | 236 | - |
CMYK | 0.07 | 0.06 | 0 | 0.07 |
HSL | 225.88º | 0.31% | 0.89% | - |
HSV(B) | 225.88º | 0.07% | 0.93% | - |
XYZ | 70.74 | 73.89 | 89.89 | - |
YUV | 223.29 | 135.17 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 236 | 0.07 | 0.06 | 0 | 0.07 | 225.88 | 0.31 | 0.89 |
Hex | DB | DF | EC | 7 | 6 | 0 | 7 | E2 | 1F | 59 |
Octal | 333 | 337 | 354 | 7 | 6 | 0 | 7 | 342 | 37 | 131 |
Binary | 11011011 | 11011111 | 11101100 | 111 | 110 | 0 | 111 | 11100010 | 11111 | 1011001 |
Color Harmonies of #DBDFEC
Complementary color
Monochromatic Colors of #DBDFEC
Black with #DBDFEC
Text Example
Text Example
White with #DBDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFEC; }
p { color: rgb(219,223,236); }
H1.HeaderClassName
{
color: #DBDFEC;
}
.AnyTagClassName
{
color: #DBDFEC;
}
</style>
background-color css
<style>
a { background-color: #DBDFEC; }
a { background-color: rgb(219,223,236); }
div.DivClassName
{
background-color: #DBDFEC;
}
.BgClassName
{
background-color: #DBDFEC;
}
</style>
border-color css
<style>
span { border-color: #DBDFEC; }
span { border-color: rgb(219,223,236); }
td.TdClassName
{
border-color: #DBDFEC;
}
.TagClassName
{
border-color: #DBDFEC;
}
</style>