Shades of Hawkes Blue #DADFED
Tints of Hawkes Blue #DADFED
RGB
CMYK
RGB Variations
Color information
#DADFED (or 0xDADFED) is known color: Hawkes Blue. HEX triplet: DA, DF and ED. RGB value is (218,223,237). Sum of RGB (Red+Green+Blue) = 218+223+237=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #DADFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFED is #252012. Grayscale: #DFDFDF. Windows color (decimal): -2433043 or 15589338. OLE color: 15589338.
HSL color Cylindrical-coordinate representation of color #DADFED: hue angle of 224.21º degrees, saturation: 0.35, 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 #DADFED is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 223 | 237 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 224.21º | 0.35% | 0.89% | - |
HSV(B) | 224.21º | 0.08% | 0.93% | - |
XYZ | 70.59 | 73.8 | 90.64 | - |
YUV | 223.1 | 135.84 | 124.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 237 | 0.08 | 0.06 | 0 | 0.07 | 224.21 | 0.35 | 0.89 |
Hex | DA | DF | ED | 8 | 6 | 0 | 7 | E0 | 23 | 59 |
Octal | 332 | 337 | 355 | 10 | 6 | 0 | 7 | 340 | 43 | 131 |
Binary | 11011010 | 11011111 | 11101101 | 1000 | 110 | 0 | 111 | 11100000 | 100011 | 1011001 |
Color Harmonies of #DADFED
Complementary color
Monochromatic Colors of #DADFED
Black with #DADFED
Text Example
Text Example
White with #DADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFED; }
p { color: rgb(218,223,237); }
H1.HeaderClassName
{
color: #DADFED;
}
.AnyTagClassName
{
color: #DADFED;
}
</style>
background-color css
<style>
a { background-color: #DADFED; }
a { background-color: rgb(218,223,237); }
div.DivClassName
{
background-color: #DADFED;
}
.BgClassName
{
background-color: #DADFED;
}
</style>
border-color css
<style>
span { border-color: #DADFED; }
span { border-color: rgb(218,223,237); }
td.TdClassName
{
border-color: #DADFED;
}
.TagClassName
{
border-color: #DADFED;
}
</style>