Shades of Hawkes Blue #DADFF5
Tints of Hawkes Blue #DADFF5
RGB
CMYK
RGB Variations
Color information
#DADFF5 (or 0xDADFF5) is known color: Hawkes Blue. HEX triplet: DA, DF and F5. RGB value is (218,223,245). Sum of RGB (Red+Green+Blue) = 218+223+245=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DADFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFF5 is #25200A. Grayscale: #DFDFDF. Windows color (decimal): -2433035 or 16113626. OLE color: 16113626.
HSL color Cylindrical-coordinate representation of color #DADFF5: hue angle of 228.89º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADFF5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 223 | 245 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.04 |
| HSL | 228.89º | 0.57% | 0.91% | - |
| HSV(B) | 228.89º | 0.11% | 0.96% | - |
| XYZ | 71.78 | 74.27 | 96.94 | - |
| YUV | 224.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 245 | 0.11 | 0.09 | 0 | 0.04 | 228.89 | 0.57 | 0.91 |
| Hex | DA | DF | F5 | B | 9 | 0 | 4 | E5 | 39 | 5B |
| Octal | 332 | 337 | 365 | 13 | 11 | 0 | 4 | 345 | 71 | 133 |
| Binary | 11011010 | 11011111 | 11110101 | 1011 | 1001 | 0 | 100 | 11100101 | 111001 | 1011011 |
Color Harmonies of #DADFF5
Complementary color
Monochromatic Colors of #DADFF5
Black with #DADFF5
Text Example
Text Example
White with #DADFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFF5; }
p { color: rgb(218,223,245); }
H1.HeaderClassName
{
color: #DADFF5;
}
.AnyTagClassName
{
color: #DADFF5;
}
</style>
background-color css
<style>
a { background-color: #DADFF5; }
a { background-color: rgb(218,223,245); }
div.DivClassName
{
background-color: #DADFF5;
}
.BgClassName
{
background-color: #DADFF5;
}
</style>
border-color css
<style>
span { border-color: #DADFF5; }
span { border-color: rgb(218,223,245); }
td.TdClassName
{
border-color: #DADFF5;
}
.TagClassName
{
border-color: #DADFF5;
}
</style>