Shades of Hawkes Blue #D2DDEF
Tints of Hawkes Blue #D2DDEF
RGB
CMYK
RGB Variations
Color information
#D2DDEF (or 0xD2DDEF) is known color: Hawkes Blue. HEX triplet: D2, DD and EF. RGB value is (210,221,239). Sum of RGB (Red+Green+Blue) = 210+221+239=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDEF is #2D2210. Grayscale: #DBDBDB. Windows color (decimal): -2957841 or 15719890. OLE color: 15719890.
HSL color Cylindrical-coordinate representation of color #D2DDEF: hue angle of 217.24º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DDEF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 221 | 239 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.06 |
| HSL | 217.24º | 0.48% | 0.88% | - |
| HSV(B) | 217.24º | 0.12% | 0.94% | - |
| XYZ | 68.01 | 71.65 | 91.91 | - |
| YUV | 219.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 239 | 0.12 | 0.08 | 0 | 0.06 | 217.24 | 0.48 | 0.88 |
| Hex | D2 | DD | EF | C | 8 | 0 | 6 | D9 | 30 | 58 |
| Octal | 322 | 335 | 357 | 14 | 10 | 0 | 6 | 331 | 60 | 130 |
| Binary | 11010010 | 11011101 | 11101111 | 1100 | 1000 | 0 | 110 | 11011001 | 110000 | 1011000 |
Color Harmonies of #D2DDEF
Complementary color
Monochromatic Colors of #D2DDEF
Black with #D2DDEF
Text Example
Text Example
White with #D2DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDEF; }
p { color: rgb(210,221,239); }
H1.HeaderClassName
{
color: #D2DDEF;
}
.AnyTagClassName
{
color: #D2DDEF;
}
</style>
background-color css
<style>
a { background-color: #D2DDEF; }
a { background-color: rgb(210,221,239); }
div.DivClassName
{
background-color: #D2DDEF;
}
.BgClassName
{
background-color: #D2DDEF;
}
</style>
border-color css
<style>
span { border-color: #D2DDEF; }
span { border-color: rgb(210,221,239); }
td.TdClassName
{
border-color: #D2DDEF;
}
.TagClassName
{
border-color: #D2DDEF;
}
</style>