Shades of Hawkes Blue #D2DAF8
Tints of Hawkes Blue #D2DAF8
RGB
CMYK
RGB Variations
Color information
#D2DAF8 (or 0xD2DAF8) is known color: Hawkes Blue. HEX triplet: D2, DA and F8. RGB value is (210,218,248). Sum of RGB (Red+Green+Blue) = 210+218+248=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2DAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAF8 is #2D2507. Grayscale: #DADADA. Windows color (decimal): -2958600 or 16308946. OLE color: 16308946.
HSL color Cylindrical-coordinate representation of color #D2DAF8: hue angle of 227.37º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DAF8 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 218 | 248 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.03 |
| HSL | 227.37º | 0.73% | 0.9% | - |
| HSV(B) | 227.37º | 0.15% | 0.97% | - |
| XYZ | 68.59 | 70.62 | 98.82 | - |
| YUV | 219.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 248 | 0.15 | 0.12 | 0 | 0.03 | 227.37 | 0.73 | 0.9 |
| Hex | D2 | DA | F8 | F | C | 0 | 3 | E3 | 49 | 5A |
| Octal | 322 | 332 | 370 | 17 | 14 | 0 | 3 | 343 | 111 | 132 |
| Binary | 11010010 | 11011010 | 11111000 | 1111 | 1100 | 0 | 11 | 11100011 | 1001001 | 1011010 |
Color Harmonies of #D2DAF8
Complementary color
Monochromatic Colors of #D2DAF8
Black with #D2DAF8
Text Example
Text Example
White with #D2DAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAF8; }
p { color: rgb(210,218,248); }
H1.HeaderClassName
{
color: #D2DAF8;
}
.AnyTagClassName
{
color: #D2DAF8;
}
</style>
background-color css
<style>
a { background-color: #D2DAF8; }
a { background-color: rgb(210,218,248); }
div.DivClassName
{
background-color: #D2DAF8;
}
.BgClassName
{
background-color: #D2DAF8;
}
</style>
border-color css
<style>
span { border-color: #D2DAF8; }
span { border-color: rgb(210,218,248); }
td.TdClassName
{
border-color: #D2DAF8;
}
.TagClassName
{
border-color: #D2DAF8;
}
</style>