Shades of Hawkes Blue #DADEEC
Tints of Hawkes Blue #DADEEC
RGB
CMYK
RGB Variations
Color information
#DADEEC (or 0xDADEEC) is known color: Hawkes Blue. HEX triplet: DA, DE and EC. RGB value is (218,222,236). Sum of RGB (Red+Green+Blue) = 218+222+236=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEEC is #252113. Grayscale: #DEDEDE. Windows color (decimal): -2433300 or 15523546. OLE color: 15523546.
HSL color Cylindrical-coordinate representation of color #DADEEC: hue angle of 226.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DADEEC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 222 | 236 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 226.67º | 0.32% | 0.89% | - |
HSV(B) | 226.67º | 0.08% | 0.93% | - |
XYZ | 70.18 | 73.2 | 89.79 | - |
YUV | 222.4 | 135.67 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 236 | 0.08 | 0.06 | 0 | 0.07 | 226.67 | 0.32 | 0.89 |
Hex | DA | DE | EC | 8 | 6 | 0 | 7 | E3 | 20 | 59 |
Octal | 332 | 336 | 354 | 10 | 6 | 0 | 7 | 343 | 40 | 131 |
Binary | 11011010 | 11011110 | 11101100 | 1000 | 110 | 0 | 111 | 11100011 | 100000 | 1011001 |
Color Harmonies of #DADEEC
Complementary color
Monochromatic Colors of #DADEEC
Black with #DADEEC
Text Example
Text Example
White with #DADEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEEC; }
p { color: rgb(218,222,236); }
H1.HeaderClassName
{
color: #DADEEC;
}
.AnyTagClassName
{
color: #DADEEC;
}
</style>
background-color css
<style>
a { background-color: #DADEEC; }
a { background-color: rgb(218,222,236); }
div.DivClassName
{
background-color: #DADEEC;
}
.BgClassName
{
background-color: #DADEEC;
}
</style>
border-color css
<style>
span { border-color: #DADEEC; }
span { border-color: rgb(218,222,236); }
td.TdClassName
{
border-color: #DADEEC;
}
.TagClassName
{
border-color: #DADEEC;
}
</style>