Shades of Hawkes Blue #D2DBEC
Tints of Hawkes Blue #D2DBEC
RGB
CMYK
RGB Variations
Color information
#D2DBEC (or 0xD2DBEC) is known color: Hawkes Blue. HEX triplet: D2, DB and EC. RGB value is (210,219,236). Sum of RGB (Red+Green+Blue) = 210+219+236=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBEC is #2D2413. Grayscale: #DADADA. Windows color (decimal): -2958356 or 15522770. OLE color: 15522770.
HSL color Cylindrical-coordinate representation of color #D2DBEC: hue angle of 219.23º 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 #D2DBEC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 219 | 236 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.07 |
| HSL | 219.23º | 0.41% | 0.87% | - |
| HSV(B) | 219.23º | 0.11% | 0.93% | - |
| XYZ | 67.05 | 70.42 | 89.42 | - |
| YUV | 218.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 236 | 0.11 | 0.07 | 0 | 0.07 | 219.23 | 0.41 | 0.87 |
| Hex | D2 | DB | EC | B | 7 | 0 | 7 | DB | 29 | 57 |
| Octal | 322 | 333 | 354 | 13 | 7 | 0 | 7 | 333 | 51 | 127 |
| Binary | 11010010 | 11011011 | 11101100 | 1011 | 111 | 0 | 111 | 11011011 | 101001 | 1010111 |
Color Harmonies of #D2DBEC
Complementary color
Monochromatic Colors of #D2DBEC
Black with #D2DBEC
Text Example
Text Example
White with #D2DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBEC; }
p { color: rgb(210,219,236); }
H1.HeaderClassName
{
color: #D2DBEC;
}
.AnyTagClassName
{
color: #D2DBEC;
}
</style>
background-color css
<style>
a { background-color: #D2DBEC; }
a { background-color: rgb(210,219,236); }
div.DivClassName
{
background-color: #D2DBEC;
}
.BgClassName
{
background-color: #D2DBEC;
}
</style>
border-color css
<style>
span { border-color: #D2DBEC; }
span { border-color: rgb(210,219,236); }
td.TdClassName
{
border-color: #D2DBEC;
}
.TagClassName
{
border-color: #D2DBEC;
}
</style>