Shades of Hawkes Blue #DADEE3
Tints of Hawkes Blue #DADEE3
RGB
CMYK
RGB Variations
Color information
#DADEE3 (or 0xDADEE3) is known color: Hawkes Blue. HEX triplet: DA, DE and E3. RGB value is (218,222,227). Sum of RGB (Red+Green+Blue) = 218+222+227=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 227 - color contains mainly: blue. Hex color #DADEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEE3 is #25211C. Grayscale: #DDDDDD. Windows color (decimal): -2433309 or 14933722. OLE color: 14933722.
HSL color Cylindrical-coordinate representation of color #DADEE3: hue angle of 213.33º 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 #DADEE3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 222 | 227 | - |
CMYK | 0.04 | 0.02 | 0 | 0.11 |
HSL | 213.33º | 0.14% | 0.87% | - |
HSV(B) | 213.33º | 0.04% | 0.89% | - |
XYZ | 68.9 | 72.69 | 83.07 | - |
YUV | 221.37 | 131.17 | 125.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 227 | 0.04 | 0.02 | 0 | 0.11 | 213.33 | 0.14 | 0.87 |
Hex | DA | DE | E3 | 4 | 2 | 0 | B | D5 | E | 57 |
Octal | 332 | 336 | 343 | 4 | 2 | 0 | 13 | 325 | 16 | 127 |
Binary | 11011010 | 11011110 | 11100011 | 100 | 10 | 0 | 1011 | 11010101 | 1110 | 1010111 |
Color Harmonies of #DADEE3
Complementary color
Monochromatic Colors of #DADEE3
Black with #DADEE3
Text Example
Text Example
White with #DADEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEE3; }
p { color: rgb(218,222,227); }
H1.HeaderClassName
{
color: #DADEE3;
}
.AnyTagClassName
{
color: #DADEE3;
}
</style>
background-color css
<style>
a { background-color: #DADEE3; }
a { background-color: rgb(218,222,227); }
div.DivClassName
{
background-color: #DADEE3;
}
.BgClassName
{
background-color: #DADEE3;
}
</style>
border-color css
<style>
span { border-color: #DADEE3; }
span { border-color: rgb(218,222,227); }
td.TdClassName
{
border-color: #DADEE3;
}
.TagClassName
{
border-color: #DADEE3;
}
</style>