Shades of Hawkes Blue #DADCE5
Tints of Hawkes Blue #DADCE5
RGB
CMYK
RGB Variations
Color information
#DADCE5 (or 0xDADCE5) is known color: Hawkes Blue. HEX triplet: DA, DC and E5. RGB value is (218,220,229). Sum of RGB (Red+Green+Blue) = 218+220+229=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCE5 is #25231A. Grayscale: #DCDCDC. Windows color (decimal): -2433819 or 15064282. OLE color: 15064282.
HSL color Cylindrical-coordinate representation of color #DADCE5: hue angle of 229.09º 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 #DADCE5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 220 | 229 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.10 |
| HSL | 229.09º | 0.17% | 0.88% | - |
| HSV(B) | 229.09º | 0.05% | 0.9% | - |
| XYZ | 68.65 | 71.75 | 84.36 | - |
| YUV | 220.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 229 | 0.05 | 0.04 | 0 | 0.10 | 229.09 | 0.17 | 0.88 |
| Hex | DA | DC | E5 | 5 | 4 | 0 | A | E5 | 11 | 58 |
| Octal | 332 | 334 | 345 | 5 | 4 | 0 | 12 | 345 | 21 | 130 |
| Binary | 11011010 | 11011100 | 11100101 | 101 | 100 | 0 | 1010 | 11100101 | 10001 | 1011000 |
Color Harmonies of #DADCE5
Complementary color
Monochromatic Colors of #DADCE5
Black with #DADCE5
Text Example
Text Example
White with #DADCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCE5; }
p { color: rgb(218,220,229); }
H1.HeaderClassName
{
color: #DADCE5;
}
.AnyTagClassName
{
color: #DADCE5;
}
</style>
background-color css
<style>
a { background-color: #DADCE5; }
a { background-color: rgb(218,220,229); }
div.DivClassName
{
background-color: #DADCE5;
}
.BgClassName
{
background-color: #DADCE5;
}
</style>
border-color css
<style>
span { border-color: #DADCE5; }
span { border-color: rgb(218,220,229); }
td.TdClassName
{
border-color: #DADCE5;
}
.TagClassName
{
border-color: #DADCE5;
}
</style>