Shades of Hawkes Blue #D5DAF2
Tints of Hawkes Blue #D5DAF2
RGB
CMYK
RGB Variations
Color information
#D5DAF2 (or 0xD5DAF2) is known color: Hawkes Blue. HEX triplet: D5, DA and F2. RGB value is (213,218,242). Sum of RGB (Red+Green+Blue) = 213+218+242=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAF2 is #2A250D. Grayscale: #DBDBDB. Windows color (decimal): -2761998 or 15915733. OLE color: 15915733.
HSL color Cylindrical-coordinate representation of color #D5DAF2: hue angle of 229.66º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5DAF2 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 218 | 242 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.05 |
| HSL | 229.66º | 0.53% | 0.89% | - |
| HSV(B) | 229.66º | 0.12% | 0.95% | - |
| XYZ | 68.54 | 70.7 | 94.04 | - |
| YUV | 219.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 242 | 0.12 | 0.10 | 0 | 0.05 | 229.66 | 0.53 | 0.89 |
| Hex | D5 | DA | F2 | C | A | 0 | 5 | E6 | 35 | 59 |
| Octal | 325 | 332 | 362 | 14 | 12 | 0 | 5 | 346 | 65 | 131 |
| Binary | 11010101 | 11011010 | 11110010 | 1100 | 1010 | 0 | 101 | 11100110 | 110101 | 1011001 |
Color Harmonies of #D5DAF2
Complementary color
Monochromatic Colors of #D5DAF2
Black with #D5DAF2
Text Example
Text Example
White with #D5DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAF2; }
p { color: rgb(213,218,242); }
H1.HeaderClassName
{
color: #D5DAF2;
}
.AnyTagClassName
{
color: #D5DAF2;
}
</style>
background-color css
<style>
a { background-color: #D5DAF2; }
a { background-color: rgb(213,218,242); }
div.DivClassName
{
background-color: #D5DAF2;
}
.BgClassName
{
background-color: #D5DAF2;
}
</style>
border-color css
<style>
span { border-color: #D5DAF2; }
span { border-color: rgb(213,218,242); }
td.TdClassName
{
border-color: #D5DAF2;
}
.TagClassName
{
border-color: #D5DAF2;
}
</style>