Shades of Hawkes Blue #DADDE6
Tints of Hawkes Blue #DADDE6
RGB
CMYK
RGB Variations
Color information
#DADDE6 (or 0xDADDE6) is known color: Hawkes Blue. HEX triplet: DA, DD and E6. RGB value is (218,221,230). Sum of RGB (Red+Green+Blue) = 218+221+230=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 230 - color contains mainly: blue. Hex color #DADDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDE6 is #252219. Grayscale: #DDDDDD. Windows color (decimal): -2433562 or 15130074. OLE color: 15130074.
HSL color Cylindrical-coordinate representation of color #DADDE6: hue angle of 225º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADDE6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 221 | 230 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.10 |
| HSL | 225º | 0.19% | 0.88% | - |
| HSV(B) | 225º | 0.05% | 0.9% | - |
| XYZ | 69.05 | 72.33 | 85.18 | - |
| YUV | 221.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 230 | 0.05 | 0.04 | 0 | 0.10 | 225 | 0.19 | 0.88 |
| Hex | DA | DD | E6 | 5 | 4 | 0 | A | E1 | 13 | 58 |
| Octal | 332 | 335 | 346 | 5 | 4 | 0 | 12 | 341 | 23 | 130 |
| Binary | 11011010 | 11011101 | 11100110 | 101 | 100 | 0 | 1010 | 11100001 | 10011 | 1011000 |
Color Harmonies of #DADDE6
Complementary color
Monochromatic Colors of #DADDE6
Black with #DADDE6
Text Example
Text Example
White with #DADDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDE6; }
p { color: rgb(218,221,230); }
H1.HeaderClassName
{
color: #DADDE6;
}
.AnyTagClassName
{
color: #DADDE6;
}
</style>
background-color css
<style>
a { background-color: #DADDE6; }
a { background-color: rgb(218,221,230); }
div.DivClassName
{
background-color: #DADDE6;
}
.BgClassName
{
background-color: #DADDE6;
}
</style>
border-color css
<style>
span { border-color: #DADDE6; }
span { border-color: rgb(218,221,230); }
td.TdClassName
{
border-color: #DADDE6;
}
.TagClassName
{
border-color: #DADDE6;
}
</style>