Shades of Hawkes Blue #DADEEF
Tints of Hawkes Blue #DADEEF
RGB
CMYK
RGB Variations
Color information
#DADEEF (or 0xDADEEF) is known color: Hawkes Blue. HEX triplet: DA, DE and EF. RGB value is (218,222,239). Sum of RGB (Red+Green+Blue) = 218+222+239=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #DADEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEEF is #252110. Grayscale: #DEDEDE. Windows color (decimal): -2433297 or 15720154. OLE color: 15720154.
HSL color Cylindrical-coordinate representation of color #DADEEF: hue angle of 228.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADEEF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 222 | 239 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.06 |
| HSL | 228.57º | 0.4% | 0.9% | - |
| HSV(B) | 228.57º | 0.09% | 0.94% | - |
| XYZ | 70.61 | 73.38 | 92.1 | - |
| YUV | 222.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 239 | 0.09 | 0.07 | 0 | 0.06 | 228.57 | 0.4 | 0.9 |
| Hex | DA | DE | EF | 9 | 7 | 0 | 6 | E5 | 28 | 5A |
| Octal | 332 | 336 | 357 | 11 | 7 | 0 | 6 | 345 | 50 | 132 |
| Binary | 11011010 | 11011110 | 11101111 | 1001 | 111 | 0 | 110 | 11100101 | 101000 | 1011010 |
Color Harmonies of #DADEEF
Complementary color
Monochromatic Colors of #DADEEF
Black with #DADEEF
Text Example
Text Example
White with #DADEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEEF; }
p { color: rgb(218,222,239); }
H1.HeaderClassName
{
color: #DADEEF;
}
.AnyTagClassName
{
color: #DADEEF;
}
</style>
background-color css
<style>
a { background-color: #DADEEF; }
a { background-color: rgb(218,222,239); }
div.DivClassName
{
background-color: #DADEEF;
}
.BgClassName
{
background-color: #DADEEF;
}
</style>
border-color css
<style>
span { border-color: #DADEEF; }
span { border-color: rgb(218,222,239); }
td.TdClassName
{
border-color: #DADEEF;
}
.TagClassName
{
border-color: #DADEEF;
}
</style>