Shades of Hawkes Blue #DADEE5
Tints of Hawkes Blue #DADEE5
RGB
CMYK
RGB Variations
Color information
#DADEE5 (or 0xDADEE5) is known color: Hawkes Blue. HEX triplet: DA, DE and E5. RGB value is (218,222,229). Sum of RGB (Red+Green+Blue) = 218+222+229=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEE5 is #25211A. Grayscale: #DDDDDD. Windows color (decimal): -2433307 or 15064794. OLE color: 15064794.
HSL color Cylindrical-coordinate representation of color #DADEE5: hue angle of 218.18º degrees, saturation: 0.17, 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 #DADEE5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 222 | 229 | - |
CMYK | 0.05 | 0.03 | 0 | 0.10 |
HSL | 218.18º | 0.17% | 0.88% | - |
HSV(B) | 218.18º | 0.05% | 0.9% | - |
XYZ | 69.18 | 72.81 | 84.54 | - |
YUV | 221.6 | 132.17 | 125.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 229 | 0.05 | 0.03 | 0 | 0.10 | 218.18 | 0.17 | 0.88 |
Hex | DA | DE | E5 | 5 | 3 | 0 | A | DA | 11 | 58 |
Octal | 332 | 336 | 345 | 5 | 3 | 0 | 12 | 332 | 21 | 130 |
Binary | 11011010 | 11011110 | 11100101 | 101 | 11 | 0 | 1010 | 11011010 | 10001 | 1011000 |
Color Harmonies of #DADEE5
Complementary color
Monochromatic Colors of #DADEE5
Black with #DADEE5
Text Example
Text Example
White with #DADEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEE5; }
p { color: rgb(218,222,229); }
H1.HeaderClassName
{
color: #DADEE5;
}
.AnyTagClassName
{
color: #DADEE5;
}
</style>
background-color css
<style>
a { background-color: #DADEE5; }
a { background-color: rgb(218,222,229); }
div.DivClassName
{
background-color: #DADEE5;
}
.BgClassName
{
background-color: #DADEE5;
}
</style>
border-color css
<style>
span { border-color: #DADEE5; }
span { border-color: rgb(218,222,229); }
td.TdClassName
{
border-color: #DADEE5;
}
.TagClassName
{
border-color: #DADEE5;
}
</style>