Shades of Hawkes Blue #D2DAF2
Tints of Hawkes Blue #D2DAF2
RGB
CMYK
RGB Variations
Color information
#D2DAF2 (or 0xD2DAF2) is known color: Hawkes Blue. HEX triplet: D2, DA and F2. RGB value is (210,218,242). Sum of RGB (Red+Green+Blue) = 210+218+242=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAF2 is #2D250D. Grayscale: #DADADA. Windows color (decimal): -2958606 or 15915730. OLE color: 15915730.
HSL color Cylindrical-coordinate representation of color #D2DAF2: hue angle of 225º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2DAF2 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 218 | 242 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.05 |
| HSL | 225º | 0.55% | 0.89% | - |
| HSV(B) | 225º | 0.13% | 0.95% | - |
| XYZ | 67.68 | 70.26 | 94 | - |
| YUV | 218.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 242 | 0.13 | 0.10 | 0 | 0.05 | 225 | 0.55 | 0.89 |
| Hex | D2 | DA | F2 | D | A | 0 | 5 | E1 | 37 | 59 |
| Octal | 322 | 332 | 362 | 15 | 12 | 0 | 5 | 341 | 67 | 131 |
| Binary | 11010010 | 11011010 | 11110010 | 1101 | 1010 | 0 | 101 | 11100001 | 110111 | 1011001 |
Color Harmonies of #D2DAF2
Complementary color
Monochromatic Colors of #D2DAF2
Black with #D2DAF2
Text Example
Text Example
White with #D2DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAF2; }
p { color: rgb(210,218,242); }
H1.HeaderClassName
{
color: #D2DAF2;
}
.AnyTagClassName
{
color: #D2DAF2;
}
</style>
background-color css
<style>
a { background-color: #D2DAF2; }
a { background-color: rgb(210,218,242); }
div.DivClassName
{
background-color: #D2DAF2;
}
.BgClassName
{
background-color: #D2DAF2;
}
</style>
border-color css
<style>
span { border-color: #D2DAF2; }
span { border-color: rgb(210,218,242); }
td.TdClassName
{
border-color: #D2DAF2;
}
.TagClassName
{
border-color: #D2DAF2;
}
</style>