Shades of Hawkes Blue #D2DCEA
Tints of Hawkes Blue #D2DCEA
RGB
CMYK
RGB Variations
Color information
#D2DCEA (or 0xD2DCEA) is known color: Hawkes Blue. HEX triplet: D2, DC and EA. RGB value is (210,220,234). Sum of RGB (Red+Green+Blue) = 210+220+234=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCEA is #2D2315. Grayscale: #DADADA. Windows color (decimal): -2958102 or 15391954. OLE color: 15391954.
HSL color Cylindrical-coordinate representation of color #D2DCEA: hue angle of 215º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DCEA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 220 | 234 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.08 |
| HSL | 215º | 0.36% | 0.87% | - |
| HSV(B) | 215º | 0.1% | 0.92% | - |
| XYZ | 67.02 | 70.83 | 87.98 | - |
| YUV | 218.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 234 | 0.10 | 0.06 | 0 | 0.08 | 215 | 0.36 | 0.87 |
| Hex | D2 | DC | EA | A | 6 | 0 | 8 | D7 | 24 | 57 |
| Octal | 322 | 334 | 352 | 12 | 6 | 0 | 10 | 327 | 44 | 127 |
| Binary | 11010010 | 11011100 | 11101010 | 1010 | 110 | 0 | 1000 | 11010111 | 100100 | 1010111 |
Color Harmonies of #D2DCEA
Complementary color
Monochromatic Colors of #D2DCEA
Black with #D2DCEA
Text Example
Text Example
White with #D2DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCEA; }
p { color: rgb(210,220,234); }
H1.HeaderClassName
{
color: #D2DCEA;
}
.AnyTagClassName
{
color: #D2DCEA;
}
</style>
background-color css
<style>
a { background-color: #D2DCEA; }
a { background-color: rgb(210,220,234); }
div.DivClassName
{
background-color: #D2DCEA;
}
.BgClassName
{
background-color: #D2DCEA;
}
</style>
border-color css
<style>
span { border-color: #D2DCEA; }
span { border-color: rgb(210,220,234); }
td.TdClassName
{
border-color: #D2DCEA;
}
.TagClassName
{
border-color: #D2DCEA;
}
</style>