Shades of Hawkes Blue #DADFE5
Tints of Hawkes Blue #DADFE5
RGB
CMYK
RGB Variations
Color information
#DADFE5 (or 0xDADFE5) is known color: Hawkes Blue. HEX triplet: DA, DF and E5. RGB value is (218,223,229). Sum of RGB (Red+Green+Blue) = 218+223+229=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFE5 is #25201A. Grayscale: #DEDEDE. Windows color (decimal): -2433051 or 15065050. OLE color: 15065050.
HSL color Cylindrical-coordinate representation of color #DADFE5: hue angle of 212.73º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADFE5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 223 | 229 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.10 |
| HSL | 212.73º | 0.17% | 0.88% | - |
| HSV(B) | 212.73º | 0.05% | 0.9% | - |
| XYZ | 69.44 | 73.34 | 84.62 | - |
| YUV | 222.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 229 | 0.05 | 0.03 | 0 | 0.10 | 212.73 | 0.17 | 0.88 |
| Hex | DA | DF | E5 | 5 | 3 | 0 | A | D5 | 11 | 58 |
| Octal | 332 | 337 | 345 | 5 | 3 | 0 | 12 | 325 | 21 | 130 |
| Binary | 11011010 | 11011111 | 11100101 | 101 | 11 | 0 | 1010 | 11010101 | 10001 | 1011000 |
Color Harmonies of #DADFE5
Complementary color
Monochromatic Colors of #DADFE5
Black with #DADFE5
Text Example
Text Example
White with #DADFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFE5; }
p { color: rgb(218,223,229); }
H1.HeaderClassName
{
color: #DADFE5;
}
.AnyTagClassName
{
color: #DADFE5;
}
</style>
background-color css
<style>
a { background-color: #DADFE5; }
a { background-color: rgb(218,223,229); }
div.DivClassName
{
background-color: #DADFE5;
}
.BgClassName
{
background-color: #DADFE5;
}
</style>
border-color css
<style>
span { border-color: #DADFE5; }
span { border-color: rgb(218,223,229); }
td.TdClassName
{
border-color: #DADFE5;
}
.TagClassName
{
border-color: #DADFE5;
}
</style>