Shades of Hawkes Blue #DADDE3
Tints of Hawkes Blue #DADDE3
RGB
CMYK
RGB Variations
Color information
#DADDE3 (or 0xDADDE3) is known color: Hawkes Blue. HEX triplet: DA, DD and E3. RGB value is (218,221,227). Sum of RGB (Red+Green+Blue) = 218+221+227=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 227 - color contains mainly: blue. Hex color #DADDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDE3 is #25221C. Grayscale: #DCDCDC. Windows color (decimal): -2433565 or 14933466. OLE color: 14933466.
HSL color Cylindrical-coordinate representation of color #DADDE3: hue angle of 220º degrees, saturation: 0.14, 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 #DADDE3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 221 | 227 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.11 |
| HSL | 220º | 0.14% | 0.87% | - |
| HSV(B) | 220º | 0.04% | 0.89% | - |
| XYZ | 68.64 | 72.16 | 82.98 | - |
| YUV | 220.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 227 | 0.04 | 0.03 | 0 | 0.11 | 220 | 0.14 | 0.87 |
| Hex | DA | DD | E3 | 4 | 3 | 0 | B | DC | E | 57 |
| Octal | 332 | 335 | 343 | 4 | 3 | 0 | 13 | 334 | 16 | 127 |
| Binary | 11011010 | 11011101 | 11100011 | 100 | 11 | 0 | 1011 | 11011100 | 1110 | 1010111 |
Color Harmonies of #DADDE3
Complementary color
Monochromatic Colors of #DADDE3
Black with #DADDE3
Text Example
Text Example
White with #DADDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDE3; }
p { color: rgb(218,221,227); }
H1.HeaderClassName
{
color: #DADDE3;
}
.AnyTagClassName
{
color: #DADDE3;
}
</style>
background-color css
<style>
a { background-color: #DADDE3; }
a { background-color: rgb(218,221,227); }
div.DivClassName
{
background-color: #DADDE3;
}
.BgClassName
{
background-color: #DADDE3;
}
</style>
border-color css
<style>
span { border-color: #DADDE3; }
span { border-color: rgb(218,221,227); }
td.TdClassName
{
border-color: #DADDE3;
}
.TagClassName
{
border-color: #DADDE3;
}
</style>