Shades of Hawkes Blue #DADBDD
Tints of Hawkes Blue #DADBDD
RGB
CMYK
RGB Variations
Color information
#DADBDD (or 0xDADBDD) is known color: Hawkes Blue. HEX triplet: DA, DB and DD. RGB value is (218,219,221). Sum of RGB (Red+Green+Blue) = 218+219+221=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 221 - color contains mainly: blue. Hex color #DADBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBDD is #252422. Grayscale: #DADADA. Windows color (decimal): -2434083 or 14539738. OLE color: 14539738.
HSL color Cylindrical-coordinate representation of color #DADBDD: hue angle of 220º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADBDD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 219 | 221 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.13 |
| HSL | 220º | 0.04% | 0.86% | - |
| HSV(B) | 220º | 0.01% | 0.87% | - |
| XYZ | 67.3 | 70.79 | 78.52 | - |
| YUV | 218.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 221 | 0.01 | 0.01 | 0 | 0.13 | 220 | 0.04 | 0.86 |
| Hex | DA | DB | DD | 1 | 1 | 0 | D | DC | 4 | 56 |
| Octal | 332 | 333 | 335 | 1 | 1 | 0 | 15 | 334 | 4 | 126 |
| Binary | 11011010 | 11011011 | 11011101 | 1 | 1 | 0 | 1101 | 11011100 | 100 | 1010110 |
Color Harmonies of #DADBDD
Complementary color
Monochromatic Colors of #DADBDD
Black with #DADBDD
Text Example
Text Example
White with #DADBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBDD; }
p { color: rgb(218,219,221); }
H1.HeaderClassName
{
color: #DADBDD;
}
.AnyTagClassName
{
color: #DADBDD;
}
</style>
background-color css
<style>
a { background-color: #DADBDD; }
a { background-color: rgb(218,219,221); }
div.DivClassName
{
background-color: #DADBDD;
}
.BgClassName
{
background-color: #DADBDD;
}
</style>
border-color css
<style>
span { border-color: #DADBDD; }
span { border-color: rgb(218,219,221); }
td.TdClassName
{
border-color: #DADBDD;
}
.TagClassName
{
border-color: #DADBDD;
}
</style>