Shades of Hawkes Blue #D4DCEB
Tints of Hawkes Blue #D4DCEB
RGB
CMYK
RGB Variations
Color information
#D4DCEB (or 0xD4DCEB) is known color: Hawkes Blue. HEX triplet: D4, DC and EB. RGB value is (212,220,235). Sum of RGB (Red+Green+Blue) = 212+220+235=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCEB is #2B2314. Grayscale: #DBDBDB. Windows color (decimal): -2827029 or 15457492. OLE color: 15457492.
HSL color Cylindrical-coordinate representation of color #D4DCEB: hue angle of 219.13º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4DCEB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 220 | 235 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.08 |
| HSL | 219.13º | 0.37% | 0.88% | - |
| HSV(B) | 219.13º | 0.1% | 0.92% | - |
| XYZ | 67.74 | 71.18 | 88.77 | - |
| YUV | 219.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 235 | 0.10 | 0.06 | 0 | 0.08 | 219.13 | 0.37 | 0.88 |
| Hex | D4 | DC | EB | A | 6 | 0 | 8 | DB | 25 | 58 |
| Octal | 324 | 334 | 353 | 12 | 6 | 0 | 10 | 333 | 45 | 130 |
| Binary | 11010100 | 11011100 | 11101011 | 1010 | 110 | 0 | 1000 | 11011011 | 100101 | 1011000 |
Color Harmonies of #D4DCEB
Complementary color
Monochromatic Colors of #D4DCEB
Black with #D4DCEB
Text Example
Text Example
White with #D4DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCEB; }
p { color: rgb(212,220,235); }
H1.HeaderClassName
{
color: #D4DCEB;
}
.AnyTagClassName
{
color: #D4DCEB;
}
</style>
background-color css
<style>
a { background-color: #D4DCEB; }
a { background-color: rgb(212,220,235); }
div.DivClassName
{
background-color: #D4DCEB;
}
.BgClassName
{
background-color: #D4DCEB;
}
</style>
border-color css
<style>
span { border-color: #D4DCEB; }
span { border-color: rgb(212,220,235); }
td.TdClassName
{
border-color: #D4DCEB;
}
.TagClassName
{
border-color: #D4DCEB;
}
</style>