Shades of Hawkes Blue #D0DCEC
Tints of Hawkes Blue #D0DCEC
RGB
CMYK
RGB Variations
Color information
#D0DCEC (or 0xD0DCEC) is known color: Hawkes Blue. HEX triplet: D0, DC and EC. RGB value is (208,220,236). Sum of RGB (Red+Green+Blue) = 208+220+236=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCEC is #2F2313. Grayscale: #DADADA. Windows color (decimal): -3089172 or 15523024. OLE color: 15523024.
HSL color Cylindrical-coordinate representation of color #D0DCEC: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0DCEC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 220 | 236 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.07 |
| HSL | 214.29º | 0.42% | 0.87% | - |
| HSV(B) | 214.29º | 0.12% | 0.93% | - |
| XYZ | 66.75 | 70.65 | 89.48 | - |
| YUV | 218.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 236 | 0.12 | 0.07 | 0 | 0.07 | 214.29 | 0.42 | 0.87 |
| Hex | D0 | DC | EC | C | 7 | 0 | 7 | D6 | 2A | 57 |
| Octal | 320 | 334 | 354 | 14 | 7 | 0 | 7 | 326 | 52 | 127 |
| Binary | 11010000 | 11011100 | 11101100 | 1100 | 111 | 0 | 111 | 11010110 | 101010 | 1010111 |
Color Harmonies of #D0DCEC
Complementary color
Monochromatic Colors of #D0DCEC
Black with #D0DCEC
Text Example
Text Example
White with #D0DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCEC; }
p { color: rgb(208,220,236); }
H1.HeaderClassName
{
color: #D0DCEC;
}
.AnyTagClassName
{
color: #D0DCEC;
}
</style>
background-color css
<style>
a { background-color: #D0DCEC; }
a { background-color: rgb(208,220,236); }
div.DivClassName
{
background-color: #D0DCEC;
}
.BgClassName
{
background-color: #D0DCEC;
}
</style>
border-color css
<style>
span { border-color: #D0DCEC; }
span { border-color: rgb(208,220,236); }
td.TdClassName
{
border-color: #D0DCEC;
}
.TagClassName
{
border-color: #D0DCEC;
}
</style>