Shades of Hawkes Blue #DADFEC
Tints of Hawkes Blue #DADFEC
RGB
CMYK
RGB Variations
Color information
#DADFEC (or 0xDADFEC) is known color: Hawkes Blue. HEX triplet: DA, DF and EC. RGB value is (218,223,236). Sum of RGB (Red+Green+Blue) = 218+223+236=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFEC is #252013. Grayscale: #DEDEDE. Windows color (decimal): -2433044 or 15523802. OLE color: 15523802.
HSL color Cylindrical-coordinate representation of color #DADFEC: hue angle of 223.33º 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 #DADFEC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 223 | 236 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 223.33º | 0.32% | 0.89% | - |
HSV(B) | 223.33º | 0.08% | 0.93% | - |
XYZ | 70.44 | 73.74 | 89.88 | - |
YUV | 222.99 | 135.34 | 124.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 236 | 0.08 | 0.06 | 0 | 0.07 | 223.33 | 0.32 | 0.89 |
Hex | DA | DF | EC | 8 | 6 | 0 | 7 | DF | 20 | 59 |
Octal | 332 | 337 | 354 | 10 | 6 | 0 | 7 | 337 | 40 | 131 |
Binary | 11011010 | 11011111 | 11101100 | 1000 | 110 | 0 | 111 | 11011111 | 100000 | 1011001 |
Color Harmonies of #DADFEC
Complementary color
Monochromatic Colors of #DADFEC
Black with #DADFEC
Text Example
Text Example
White with #DADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFEC; }
p { color: rgb(218,223,236); }
H1.HeaderClassName
{
color: #DADFEC;
}
.AnyTagClassName
{
color: #DADFEC;
}
</style>
background-color css
<style>
a { background-color: #DADFEC; }
a { background-color: rgb(218,223,236); }
div.DivClassName
{
background-color: #DADFEC;
}
.BgClassName
{
background-color: #DADFEC;
}
</style>
border-color css
<style>
span { border-color: #DADFEC; }
span { border-color: rgb(218,223,236); }
td.TdClassName
{
border-color: #DADFEC;
}
.TagClassName
{
border-color: #DADFEC;
}
</style>