Shades of Hawkes Blue #DADEF2
Tints of Hawkes Blue #DADEF2
RGB
CMYK
RGB Variations
Color information
#DADEF2 (or 0xDADEF2) is known color: Hawkes Blue. HEX triplet: DA, DE and F2. RGB value is (218,222,242). Sum of RGB (Red+Green+Blue) = 218+222+242=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #DADEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF2 is #25210D. Grayscale: #DFDFDF. Windows color (decimal): -2433294 or 15916762. OLE color: 15916762.
HSL color Cylindrical-coordinate representation of color #DADEF2: hue angle of 230º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADEF2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 222 | 242 | - |
CMYK | 0.10 | 0.08 | 0 | 0.05 |
HSL | 230º | 0.48% | 0.9% | - |
HSV(B) | 230º | 0.1% | 0.95% | - |
XYZ | 71.06 | 73.56 | 94.46 | - |
YUV | 223.08 | 138.67 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 242 | 0.10 | 0.08 | 0 | 0.05 | 230 | 0.48 | 0.9 |
Hex | DA | DE | F2 | A | 8 | 0 | 5 | E6 | 30 | 5A |
Octal | 332 | 336 | 362 | 12 | 10 | 0 | 5 | 346 | 60 | 132 |
Binary | 11011010 | 11011110 | 11110010 | 1010 | 1000 | 0 | 101 | 11100110 | 110000 | 1011010 |
Color Harmonies of #DADEF2
Complementary color
Monochromatic Colors of #DADEF2
Black with #DADEF2
Text Example
Text Example
White with #DADEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEF2; }
p { color: rgb(218,222,242); }
H1.HeaderClassName
{
color: #DADEF2;
}
.AnyTagClassName
{
color: #DADEF2;
}
</style>
background-color css
<style>
a { background-color: #DADEF2; }
a { background-color: rgb(218,222,242); }
div.DivClassName
{
background-color: #DADEF2;
}
.BgClassName
{
background-color: #DADEF2;
}
</style>
border-color css
<style>
span { border-color: #DADEF2; }
span { border-color: rgb(218,222,242); }
td.TdClassName
{
border-color: #DADEF2;
}
.TagClassName
{
border-color: #DADEF2;
}
</style>