Shades of Hawkes Blue #D2DCE7
Tints of Hawkes Blue #D2DCE7
RGB
CMYK
RGB Variations
Color information
#D2DCE7 (or 0xD2DCE7) is known color: Hawkes Blue. HEX triplet: D2, DC and E7. RGB value is (210,220,231). Sum of RGB (Red+Green+Blue) = 210+220+231=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #D2DCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCE7 is #2D2318. Grayscale: #DADADA. Windows color (decimal): -2958105 or 15195346. OLE color: 15195346.
HSL color Cylindrical-coordinate representation of color #D2DCE7: hue angle of 211.43º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2DCE7 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 220 | 231 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.09 |
| HSL | 211.43º | 0.3% | 0.86% | - |
| HSV(B) | 211.43º | 0.09% | 0.91% | - |
| XYZ | 66.6 | 70.66 | 85.73 | - |
| YUV | 218.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 231 | 0.09 | 0.05 | 0 | 0.09 | 211.43 | 0.3 | 0.86 |
| Hex | D2 | DC | E7 | 9 | 5 | 0 | 9 | D3 | 1E | 56 |
| Octal | 322 | 334 | 347 | 11 | 5 | 0 | 11 | 323 | 36 | 126 |
| Binary | 11010010 | 11011100 | 11100111 | 1001 | 101 | 0 | 1001 | 11010011 | 11110 | 1010110 |
Color Harmonies of #D2DCE7
Complementary color
Monochromatic Colors of #D2DCE7
Black with #D2DCE7
Text Example
Text Example
White with #D2DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCE7; }
p { color: rgb(210,220,231); }
H1.HeaderClassName
{
color: #D2DCE7;
}
.AnyTagClassName
{
color: #D2DCE7;
}
</style>
background-color css
<style>
a { background-color: #D2DCE7; }
a { background-color: rgb(210,220,231); }
div.DivClassName
{
background-color: #D2DCE7;
}
.BgClassName
{
background-color: #D2DCE7;
}
</style>
border-color css
<style>
span { border-color: #D2DCE7; }
span { border-color: rgb(210,220,231); }
td.TdClassName
{
border-color: #D2DCE7;
}
.TagClassName
{
border-color: #D2DCE7;
}
</style>