Shades of Hawkes Blue #DBDFED
Tints of Hawkes Blue #DBDFED
RGB
CMYK
RGB Variations
Color information
#DBDFED (or 0xDBDFED) is known color: Hawkes Blue. HEX triplet: DB, DF and ED. RGB value is (219,223,237). Sum of RGB (Red+Green+Blue) = 219+223+237=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFED is #242012. Grayscale: #DFDFDF. Windows color (decimal): -2367507 or 15589339. OLE color: 15589339.
HSL color Cylindrical-coordinate representation of color #DBDFED: hue angle of 226.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDFED is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 223 | 237 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 226.67º | 0.33% | 0.89% | - |
HSV(B) | 226.67º | 0.08% | 0.93% | - |
XYZ | 70.89 | 73.95 | 90.66 | - |
YUV | 223.4 | 135.67 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 237 | 0.08 | 0.06 | 0 | 0.07 | 226.67 | 0.33 | 0.89 |
Hex | DB | DF | ED | 8 | 6 | 0 | 7 | E3 | 21 | 59 |
Octal | 333 | 337 | 355 | 10 | 6 | 0 | 7 | 343 | 41 | 131 |
Binary | 11011011 | 11011111 | 11101101 | 1000 | 110 | 0 | 111 | 11100011 | 100001 | 1011001 |
Color Harmonies of #DBDFED
Complementary color
Monochromatic Colors of #DBDFED
Black with #DBDFED
Text Example
Text Example
White with #DBDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFED; }
p { color: rgb(219,223,237); }
H1.HeaderClassName
{
color: #DBDFED;
}
.AnyTagClassName
{
color: #DBDFED;
}
</style>
background-color css
<style>
a { background-color: #DBDFED; }
a { background-color: rgb(219,223,237); }
div.DivClassName
{
background-color: #DBDFED;
}
.BgClassName
{
background-color: #DBDFED;
}
</style>
border-color css
<style>
span { border-color: #DBDFED; }
span { border-color: rgb(219,223,237); }
td.TdClassName
{
border-color: #DBDFED;
}
.TagClassName
{
border-color: #DBDFED;
}
</style>