Shades of Hawkes Blue #DADFF0
Tints of Hawkes Blue #DADFF0
RGB
CMYK
RGB Variations
Color information
#DADFF0 (or 0xDADFF0) is known color: Hawkes Blue. HEX triplet: DA, DF and F0. RGB value is (218,223,240). Sum of RGB (Red+Green+Blue) = 218+223+240=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #DADFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFF0 is #25200F. Grayscale: #DFDFDF. Windows color (decimal): -2433040 or 15785946. OLE color: 15785946.
HSL color Cylindrical-coordinate representation of color #DADFF0: hue angle of 226.36º 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 #DADFF0 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 223 | 240 | - |
CMYK | 0.09 | 0.07 | 0 | 0.06 |
HSL | 226.36º | 0.42% | 0.9% | - |
HSV(B) | 226.36º | 0.09% | 0.94% | - |
XYZ | 71.03 | 73.97 | 92.97 | - |
YUV | 223.44 | 137.34 | 124.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 240 | 0.09 | 0.07 | 0 | 0.06 | 226.36 | 0.42 | 0.9 |
Hex | DA | DF | F0 | 9 | 7 | 0 | 6 | E2 | 2A | 5A |
Octal | 332 | 337 | 360 | 11 | 7 | 0 | 6 | 342 | 52 | 132 |
Binary | 11011010 | 11011111 | 11110000 | 1001 | 111 | 0 | 110 | 11100010 | 101010 | 1011010 |
Color Harmonies of #DADFF0
Complementary color
Monochromatic Colors of #DADFF0
Black with #DADFF0
Text Example
Text Example
White with #DADFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFF0; }
p { color: rgb(218,223,240); }
H1.HeaderClassName
{
color: #DADFF0;
}
.AnyTagClassName
{
color: #DADFF0;
}
</style>
background-color css
<style>
a { background-color: #DADFF0; }
a { background-color: rgb(218,223,240); }
div.DivClassName
{
background-color: #DADFF0;
}
.BgClassName
{
background-color: #DADFF0;
}
</style>
border-color css
<style>
span { border-color: #DADFF0; }
span { border-color: rgb(218,223,240); }
td.TdClassName
{
border-color: #DADFF0;
}
.TagClassName
{
border-color: #DADFF0;
}
</style>