Shades of Hawkes Blue #D2DEEE
Tints of Hawkes Blue #D2DEEE
RGB
CMYK
RGB Variations
Color information
#D2DEEE (or 0xD2DEEE) is known color: Hawkes Blue. HEX triplet: D2, DE and EE. RGB value is (210,222,238). Sum of RGB (Red+Green+Blue) = 210+222+238=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEEE is #2D2111. Grayscale: #DCDCDC. Windows color (decimal): -2957586 or 15654610. OLE color: 15654610.
HSL color Cylindrical-coordinate representation of color #D2DEEE: hue angle of 214.29º 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 #D2DEEE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 222 | 238 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.07 |
| HSL | 214.29º | 0.45% | 0.88% | - |
| HSV(B) | 214.29º | 0.12% | 0.93% | - |
| XYZ | 68.13 | 72.12 | 91.22 | - |
| YUV | 220.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 238 | 0.12 | 0.07 | 0 | 0.07 | 214.29 | 0.45 | 0.88 |
| Hex | D2 | DE | EE | C | 7 | 0 | 7 | D6 | 2D | 58 |
| Octal | 322 | 336 | 356 | 14 | 7 | 0 | 7 | 326 | 55 | 130 |
| Binary | 11010010 | 11011110 | 11101110 | 1100 | 111 | 0 | 111 | 11010110 | 101101 | 1011000 |
Color Harmonies of #D2DEEE
Complementary color
Monochromatic Colors of #D2DEEE
Black with #D2DEEE
Text Example
Text Example
White with #D2DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEEE; }
p { color: rgb(210,222,238); }
H1.HeaderClassName
{
color: #D2DEEE;
}
.AnyTagClassName
{
color: #D2DEEE;
}
</style>
background-color css
<style>
a { background-color: #D2DEEE; }
a { background-color: rgb(210,222,238); }
div.DivClassName
{
background-color: #D2DEEE;
}
.BgClassName
{
background-color: #D2DEEE;
}
</style>
border-color css
<style>
span { border-color: #D2DEEE; }
span { border-color: rgb(210,222,238); }
td.TdClassName
{
border-color: #D2DEEE;
}
.TagClassName
{
border-color: #D2DEEE;
}
</style>