Shades of Hawkes Blue #DADDE1
Tints of Hawkes Blue #DADDE1
RGB
CMYK
RGB Variations
Color information
#DADDE1 (or 0xDADDE1) is known color: Hawkes Blue. HEX triplet: DA, DD and E1. RGB value is (218,221,225). Sum of RGB (Red+Green+Blue) = 218+221+225=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDE1 is #25221E. Grayscale: #DCDCDC. Windows color (decimal): -2433567 or 14802394. OLE color: 14802394.
HSL color Cylindrical-coordinate representation of color #DADDE1: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADDE1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 221 | 225 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.12 |
| HSL | 214.29º | 0.1% | 0.87% | - |
| HSV(B) | 214.29º | 0.03% | 0.88% | - |
| XYZ | 68.36 | 72.05 | 81.54 | - |
| YUV | 220.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 225 | 0.03 | 0.02 | 0 | 0.12 | 214.29 | 0.1 | 0.87 |
| Hex | DA | DD | E1 | 3 | 2 | 0 | C | D6 | A | 57 |
| Octal | 332 | 335 | 341 | 3 | 2 | 0 | 14 | 326 | 12 | 127 |
| Binary | 11011010 | 11011101 | 11100001 | 11 | 10 | 0 | 1100 | 11010110 | 1010 | 1010111 |
Color Harmonies of #DADDE1
Complementary color
Monochromatic Colors of #DADDE1
Black with #DADDE1
Text Example
Text Example
White with #DADDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDE1; }
p { color: rgb(218,221,225); }
H1.HeaderClassName
{
color: #DADDE1;
}
.AnyTagClassName
{
color: #DADDE1;
}
</style>
background-color css
<style>
a { background-color: #DADDE1; }
a { background-color: rgb(218,221,225); }
div.DivClassName
{
background-color: #DADDE1;
}
.BgClassName
{
background-color: #DADDE1;
}
</style>
border-color css
<style>
span { border-color: #DADDE1; }
span { border-color: rgb(218,221,225); }
td.TdClassName
{
border-color: #DADDE1;
}
.TagClassName
{
border-color: #DADDE1;
}
</style>