Shades of Hawkes Blue #D2DEEC
Tints of Hawkes Blue #D2DEEC
RGB
CMYK
RGB Variations
Color information
#D2DEEC (or 0xD2DEEC) is known color: Hawkes Blue. HEX triplet: D2, DE and EC. RGB value is (210,222,236). Sum of RGB (Red+Green+Blue) = 210+222+236=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEEC is #2D2113. Grayscale: #DBDBDB. Windows color (decimal): -2957588 or 15523538. OLE color: 15523538.
HSL color Cylindrical-coordinate representation of color #D2DEEC: hue angle of 212.31º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DEEC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 222 | 236 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.07 |
| HSL | 212.31º | 0.41% | 0.87% | - |
| HSV(B) | 212.31º | 0.11% | 0.93% | - |
| XYZ | 67.84 | 72 | 89.68 | - |
| YUV | 220.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 236 | 0.11 | 0.06 | 0 | 0.07 | 212.31 | 0.41 | 0.87 |
| Hex | D2 | DE | EC | B | 6 | 0 | 7 | D4 | 29 | 57 |
| Octal | 322 | 336 | 354 | 13 | 6 | 0 | 7 | 324 | 51 | 127 |
| Binary | 11010010 | 11011110 | 11101100 | 1011 | 110 | 0 | 111 | 11010100 | 101001 | 1010111 |
Color Harmonies of #D2DEEC
Complementary color
Monochromatic Colors of #D2DEEC
Black with #D2DEEC
Text Example
Text Example
White with #D2DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEEC; }
p { color: rgb(210,222,236); }
H1.HeaderClassName
{
color: #D2DEEC;
}
.AnyTagClassName
{
color: #D2DEEC;
}
</style>
background-color css
<style>
a { background-color: #D2DEEC; }
a { background-color: rgb(210,222,236); }
div.DivClassName
{
background-color: #D2DEEC;
}
.BgClassName
{
background-color: #D2DEEC;
}
</style>
border-color css
<style>
span { border-color: #D2DEEC; }
span { border-color: rgb(210,222,236); }
td.TdClassName
{
border-color: #D2DEEC;
}
.TagClassName
{
border-color: #D2DEEC;
}
</style>