Shades of Hawkes Blue #DADBE2
Tints of Hawkes Blue #DADBE2
RGB
CMYK
RGB Variations
Color information
#DADBE2 (or 0xDADBE2) is known color: Hawkes Blue. HEX triplet: DA, DB and E2. RGB value is (218,219,226). Sum of RGB (Red+Green+Blue) = 218+219+226=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 226 - color contains mainly: blue. Hex color #DADBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBE2 is #25241D. Grayscale: #DBDBDB. Windows color (decimal): -2434078 or 14867418. OLE color: 14867418.
HSL color Cylindrical-coordinate representation of color #DADBE2: hue angle of 232.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADBE2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 219 | 226 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.11 |
| HSL | 232.5º | 0.12% | 0.87% | - |
| HSV(B) | 232.5º | 0.04% | 0.89% | - |
| XYZ | 67.97 | 71.06 | 82.08 | - |
| YUV | 219.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 226 | 0.04 | 0.03 | 0 | 0.11 | 232.5 | 0.12 | 0.87 |
| Hex | DA | DB | E2 | 4 | 3 | 0 | B | E8 | C | 57 |
| Octal | 332 | 333 | 342 | 4 | 3 | 0 | 13 | 350 | 14 | 127 |
| Binary | 11011010 | 11011011 | 11100010 | 100 | 11 | 0 | 1011 | 11101000 | 1100 | 1010111 |
Color Harmonies of #DADBE2
Complementary color
Monochromatic Colors of #DADBE2
Black with #DADBE2
Text Example
Text Example
White with #DADBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBE2; }
p { color: rgb(218,219,226); }
H1.HeaderClassName
{
color: #DADBE2;
}
.AnyTagClassName
{
color: #DADBE2;
}
</style>
background-color css
<style>
a { background-color: #DADBE2; }
a { background-color: rgb(218,219,226); }
div.DivClassName
{
background-color: #DADBE2;
}
.BgClassName
{
background-color: #DADBE2;
}
</style>
border-color css
<style>
span { border-color: #DADBE2; }
span { border-color: rgb(218,219,226); }
td.TdClassName
{
border-color: #DADBE2;
}
.TagClassName
{
border-color: #DADBE2;
}
</style>