Shades of Hawkes Blue #DADEF0
Tints of Hawkes Blue #DADEF0
RGB
CMYK
RGB Variations
Color information
#DADEF0 (or 0xDADEF0) is known color: Hawkes Blue. HEX triplet: DA, DE and F0. RGB value is (218,222,240). Sum of RGB (Red+Green+Blue) = 218+222+240=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #DADEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF0 is #25210F. Grayscale: #DEDEDE. Windows color (decimal): -2433296 or 15785690. OLE color: 15785690.
HSL color Cylindrical-coordinate representation of color #DADEF0: hue angle of 229.09º degrees, saturation: 0.42, 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 #DADEF0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 222 | 240 | - |
CMYK | 0.09 | 0.08 | 0 | 0.06 |
HSL | 229.09º | 0.42% | 0.9% | - |
HSV(B) | 229.09º | 0.09% | 0.94% | - |
XYZ | 70.76 | 73.44 | 92.88 | - |
YUV | 222.86 | 137.67 | 124.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 240 | 0.09 | 0.08 | 0 | 0.06 | 229.09 | 0.42 | 0.9 |
Hex | DA | DE | F0 | 9 | 8 | 0 | 6 | E5 | 2A | 5A |
Octal | 332 | 336 | 360 | 11 | 10 | 0 | 6 | 345 | 52 | 132 |
Binary | 11011010 | 11011110 | 11110000 | 1001 | 1000 | 0 | 110 | 11100101 | 101010 | 1011010 |
Color Harmonies of #DADEF0
Complementary color
Monochromatic Colors of #DADEF0
Black with #DADEF0
Text Example
Text Example
White with #DADEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEF0; }
p { color: rgb(218,222,240); }
H1.HeaderClassName
{
color: #DADEF0;
}
.AnyTagClassName
{
color: #DADEF0;
}
</style>
background-color css
<style>
a { background-color: #DADEF0; }
a { background-color: rgb(218,222,240); }
div.DivClassName
{
background-color: #DADEF0;
}
.BgClassName
{
background-color: #DADEF0;
}
</style>
border-color css
<style>
span { border-color: #DADEF0; }
span { border-color: rgb(218,222,240); }
td.TdClassName
{
border-color: #DADEF0;
}
.TagClassName
{
border-color: #DADEF0;
}
</style>