Shades of Hawkes Blue #D2DFEE
Tints of Hawkes Blue #D2DFEE
RGB
CMYK
RGB Variations
Color information
#D2DFEE (or 0xD2DFEE) is known color: Hawkes Blue. HEX triplet: D2, DF and EE. RGB value is (210,223,238). Sum of RGB (Red+Green+Blue) = 210+223+238=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFEE is #2D2011. Grayscale: #DCDCDC. Windows color (decimal): -2957330 or 15654866. OLE color: 15654866.
HSL color Cylindrical-coordinate representation of color #D2DFEE: hue angle of 212.14º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DFEE is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 223 | 238 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.07 |
| HSL | 212.14º | 0.45% | 0.88% | - |
| HSV(B) | 212.14º | 0.12% | 0.93% | - |
| XYZ | 68.4 | 72.65 | 91.31 | - |
| YUV | 220.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 238 | 0.12 | 0.06 | 0 | 0.07 | 212.14 | 0.45 | 0.88 |
| Hex | D2 | DF | EE | C | 6 | 0 | 7 | D4 | 2D | 58 |
| Octal | 322 | 337 | 356 | 14 | 6 | 0 | 7 | 324 | 55 | 130 |
| Binary | 11010010 | 11011111 | 11101110 | 1100 | 110 | 0 | 111 | 11010100 | 101101 | 1011000 |
Color Harmonies of #D2DFEE
Complementary color
Monochromatic Colors of #D2DFEE
Black with #D2DFEE
Text Example
Text Example
White with #D2DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFEE; }
p { color: rgb(210,223,238); }
H1.HeaderClassName
{
color: #D2DFEE;
}
.AnyTagClassName
{
color: #D2DFEE;
}
</style>
background-color css
<style>
a { background-color: #D2DFEE; }
a { background-color: rgb(210,223,238); }
div.DivClassName
{
background-color: #D2DFEE;
}
.BgClassName
{
background-color: #D2DFEE;
}
</style>
border-color css
<style>
span { border-color: #D2DFEE; }
span { border-color: rgb(210,223,238); }
td.TdClassName
{
border-color: #D2DFEE;
}
.TagClassName
{
border-color: #D2DFEE;
}
</style>