Shades of Hawkes Blue #DADBE1
Tints of Hawkes Blue #DADBE1
RGB
CMYK
RGB Variations
Color information
#DADBE1 (or 0xDADBE1) is known color: Hawkes Blue. HEX triplet: DA, DB and E1. RGB value is (218,219,225). Sum of RGB (Red+Green+Blue) = 218+219+225=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBE1 is #25241E. Grayscale: #DBDBDB. Windows color (decimal): -2434079 or 14801882. OLE color: 14801882.
HSL color Cylindrical-coordinate representation of color #DADBE1: hue angle of 231.43º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADBE1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 219 | 225 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.12 |
| HSL | 231.43º | 0.1% | 0.87% | - |
| HSV(B) | 231.43º | 0.03% | 0.88% | - |
| XYZ | 67.84 | 71 | 81.36 | - |
| YUV | 219.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 225 | 0.03 | 0.03 | 0 | 0.12 | 231.43 | 0.1 | 0.87 |
| Hex | DA | DB | E1 | 3 | 3 | 0 | C | E7 | A | 57 |
| Octal | 332 | 333 | 341 | 3 | 3 | 0 | 14 | 347 | 12 | 127 |
| Binary | 11011010 | 11011011 | 11100001 | 11 | 11 | 0 | 1100 | 11100111 | 1010 | 1010111 |
Color Harmonies of #DADBE1
Complementary color
Monochromatic Colors of #DADBE1
Black with #DADBE1
Text Example
Text Example
White with #DADBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBE1; }
p { color: rgb(218,219,225); }
H1.HeaderClassName
{
color: #DADBE1;
}
.AnyTagClassName
{
color: #DADBE1;
}
</style>
background-color css
<style>
a { background-color: #DADBE1; }
a { background-color: rgb(218,219,225); }
div.DivClassName
{
background-color: #DADBE1;
}
.BgClassName
{
background-color: #DADBE1;
}
</style>
border-color css
<style>
span { border-color: #DADBE1; }
span { border-color: rgb(218,219,225); }
td.TdClassName
{
border-color: #DADBE1;
}
.TagClassName
{
border-color: #DADBE1;
}
</style>