Shades of Hawkes Blue #DADDE2
Tints of Hawkes Blue #DADDE2
RGB
CMYK
RGB Variations
Color information
#DADDE2 (or 0xDADDE2) is known color: Hawkes Blue. HEX triplet: DA, DD and E2. RGB value is (218,221,226). Sum of RGB (Red+Green+Blue) = 218+221+226=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 226 - color contains mainly: blue. Hex color #DADDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDE2 is #25221D. Grayscale: #DCDCDC. Windows color (decimal): -2433566 or 14867930. OLE color: 14867930.
HSL color Cylindrical-coordinate representation of color #DADDE2: hue angle of 217.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 #DADDE2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 221 | 226 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.11 |
| HSL | 217.5º | 0.12% | 0.87% | - |
| HSV(B) | 217.5º | 0.04% | 0.89% | - |
| XYZ | 68.5 | 72.11 | 82.26 | - |
| YUV | 220.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 226 | 0.04 | 0.02 | 0 | 0.11 | 217.5 | 0.12 | 0.87 |
| Hex | DA | DD | E2 | 4 | 2 | 0 | B | DA | C | 57 |
| Octal | 332 | 335 | 342 | 4 | 2 | 0 | 13 | 332 | 14 | 127 |
| Binary | 11011010 | 11011101 | 11100010 | 100 | 10 | 0 | 1011 | 11011010 | 1100 | 1010111 |
Color Harmonies of #DADDE2
Complementary color
Monochromatic Colors of #DADDE2
Black with #DADDE2
Text Example
Text Example
White with #DADDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDE2; }
p { color: rgb(218,221,226); }
H1.HeaderClassName
{
color: #DADDE2;
}
.AnyTagClassName
{
color: #DADDE2;
}
</style>
background-color css
<style>
a { background-color: #DADDE2; }
a { background-color: rgb(218,221,226); }
div.DivClassName
{
background-color: #DADDE2;
}
.BgClassName
{
background-color: #DADDE2;
}
</style>
border-color css
<style>
span { border-color: #DADDE2; }
span { border-color: rgb(218,221,226); }
td.TdClassName
{
border-color: #DADDE2;
}
.TagClassName
{
border-color: #DADDE2;
}
</style>