Shades of Hawkes Blue #DADFF1
Tints of Hawkes Blue #DADFF1
RGB
CMYK
RGB Variations
Color information
#DADFF1 (or 0xDADFF1) is known color: Hawkes Blue. HEX triplet: DA, DF and F1. RGB value is (218,223,241). Sum of RGB (Red+Green+Blue) = 218+223+241=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #DADFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFF1 is #25200E. Grayscale: #DFDFDF. Windows color (decimal): -2433039 or 15851482. OLE color: 15851482.
HSL color Cylindrical-coordinate representation of color #DADFF1: hue angle of 226.96º degrees, saturation: 0.45, 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 #DADFF1 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 223 | 241 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.05 |
| HSL | 226.96º | 0.45% | 0.9% | - |
| HSV(B) | 226.96º | 0.1% | 0.95% | - |
| XYZ | 71.18 | 74.03 | 93.76 | - |
| YUV | 223.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 241 | 0.10 | 0.07 | 0 | 0.05 | 226.96 | 0.45 | 0.9 |
| Hex | DA | DF | F1 | A | 7 | 0 | 5 | E3 | 2D | 5A |
| Octal | 332 | 337 | 361 | 12 | 7 | 0 | 5 | 343 | 55 | 132 |
| Binary | 11011010 | 11011111 | 11110001 | 1010 | 111 | 0 | 101 | 11100011 | 101101 | 1011010 |
Color Harmonies of #DADFF1
Complementary color
Monochromatic Colors of #DADFF1
Black with #DADFF1
Text Example
Text Example
White with #DADFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFF1; }
p { color: rgb(218,223,241); }
H1.HeaderClassName
{
color: #DADFF1;
}
.AnyTagClassName
{
color: #DADFF1;
}
</style>
background-color css
<style>
a { background-color: #DADFF1; }
a { background-color: rgb(218,223,241); }
div.DivClassName
{
background-color: #DADFF1;
}
.BgClassName
{
background-color: #DADFF1;
}
</style>
border-color css
<style>
span { border-color: #DADFF1; }
span { border-color: rgb(218,223,241); }
td.TdClassName
{
border-color: #DADFF1;
}
.TagClassName
{
border-color: #DADFF1;
}
</style>