Shades of Hawkes Blue #DADCE8
Tints of Hawkes Blue #DADCE8
RGB
CMYK
RGB Variations
Color information
#DADCE8 (or 0xDADCE8) is known color: Hawkes Blue. HEX triplet: DA, DC and E8. RGB value is (218,220,232). Sum of RGB (Red+Green+Blue) = 218+220+232=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 232 - color contains mainly: blue. Hex color #DADCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCE8 is #252317. Grayscale: #DCDCDC. Windows color (decimal): -2433816 or 15260890. OLE color: 15260890.
HSL color Cylindrical-coordinate representation of color #DADCE8: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADCE8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 220 | 232 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.09 |
| HSL | 231.43º | 0.23% | 0.88% | - |
| HSV(B) | 231.43º | 0.06% | 0.91% | - |
| XYZ | 69.07 | 71.92 | 86.59 | - |
| YUV | 220.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 232 | 0.06 | 0.05 | 0 | 0.09 | 231.43 | 0.23 | 0.88 |
| Hex | DA | DC | E8 | 6 | 5 | 0 | 9 | E7 | 17 | 58 |
| Octal | 332 | 334 | 350 | 6 | 5 | 0 | 11 | 347 | 27 | 130 |
| Binary | 11011010 | 11011100 | 11101000 | 110 | 101 | 0 | 1001 | 11100111 | 10111 | 1011000 |
Color Harmonies of #DADCE8
Complementary color
Monochromatic Colors of #DADCE8
Black with #DADCE8
Text Example
Text Example
White with #DADCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCE8; }
p { color: rgb(218,220,232); }
H1.HeaderClassName
{
color: #DADCE8;
}
.AnyTagClassName
{
color: #DADCE8;
}
</style>
background-color css
<style>
a { background-color: #DADCE8; }
a { background-color: rgb(218,220,232); }
div.DivClassName
{
background-color: #DADCE8;
}
.BgClassName
{
background-color: #DADCE8;
}
</style>
border-color css
<style>
span { border-color: #DADCE8; }
span { border-color: rgb(218,220,232); }
td.TdClassName
{
border-color: #DADCE8;
}
.TagClassName
{
border-color: #DADCE8;
}
</style>