Shades of Hawkes Blue #D3DAF1
Tints of Hawkes Blue #D3DAF1
RGB
CMYK
RGB Variations
Color information
#D3DAF1 (or 0xD3DAF1) is known color: Hawkes Blue. HEX triplet: D3, DA and F1. RGB value is (211,218,241). Sum of RGB (Red+Green+Blue) = 211+218+241=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAF1 is #2C250E. Grayscale: #DADADA. Windows color (decimal): -2893071 or 15850195. OLE color: 15850195.
HSL color Cylindrical-coordinate representation of color #D3DAF1: hue angle of 226º degrees, saturation: 0.52, 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 #D3DAF1 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 218 | 241 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.05 |
| HSL | 226º | 0.52% | 0.89% | - |
| HSV(B) | 226º | 0.12% | 0.95% | - |
| XYZ | 67.81 | 70.34 | 93.22 | - |
| YUV | 218.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 241 | 0.12 | 0.10 | 0 | 0.05 | 226 | 0.52 | 0.89 |
| Hex | D3 | DA | F1 | C | A | 0 | 5 | E2 | 34 | 59 |
| Octal | 323 | 332 | 361 | 14 | 12 | 0 | 5 | 342 | 64 | 131 |
| Binary | 11010011 | 11011010 | 11110001 | 1100 | 1010 | 0 | 101 | 11100010 | 110100 | 1011001 |
Color Harmonies of #D3DAF1
Complementary color
Monochromatic Colors of #D3DAF1
Black with #D3DAF1
Text Example
Text Example
White with #D3DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAF1; }
p { color: rgb(211,218,241); }
H1.HeaderClassName
{
color: #D3DAF1;
}
.AnyTagClassName
{
color: #D3DAF1;
}
</style>
background-color css
<style>
a { background-color: #D3DAF1; }
a { background-color: rgb(211,218,241); }
div.DivClassName
{
background-color: #D3DAF1;
}
.BgClassName
{
background-color: #D3DAF1;
}
</style>
border-color css
<style>
span { border-color: #D3DAF1; }
span { border-color: rgb(211,218,241); }
td.TdClassName
{
border-color: #D3DAF1;
}
.TagClassName
{
border-color: #D3DAF1;
}
</style>