Shades of Hawkes Blue #D5DDEB
Tints of Hawkes Blue #D5DDEB
RGB
CMYK
RGB Variations
Color information
#D5DDEB (or 0xD5DDEB) is known color: Hawkes Blue. HEX triplet: D5, DD and EB. RGB value is (213,221,235). Sum of RGB (Red+Green+Blue) = 213+221+235=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDEB is #2A2214. Grayscale: #DCDCDC. Windows color (decimal): -2761237 or 15457749. OLE color: 15457749.
HSL color Cylindrical-coordinate representation of color #D5DDEB: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DDEB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 221 | 235 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.08 |
| HSL | 218.18º | 0.35% | 0.88% | - |
| HSV(B) | 218.18º | 0.09% | 0.92% | - |
| XYZ | 68.29 | 71.86 | 88.87 | - |
| YUV | 220.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 235 | 0.09 | 0.06 | 0 | 0.08 | 218.18 | 0.35 | 0.88 |
| Hex | D5 | DD | EB | 9 | 6 | 0 | 8 | DA | 23 | 58 |
| Octal | 325 | 335 | 353 | 11 | 6 | 0 | 10 | 332 | 43 | 130 |
| Binary | 11010101 | 11011101 | 11101011 | 1001 | 110 | 0 | 1000 | 11011010 | 100011 | 1011000 |
Color Harmonies of #D5DDEB
Complementary color
Monochromatic Colors of #D5DDEB
Black with #D5DDEB
Text Example
Text Example
White with #D5DDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDEB; }
p { color: rgb(213,221,235); }
H1.HeaderClassName
{
color: #D5DDEB;
}
.AnyTagClassName
{
color: #D5DDEB;
}
</style>
background-color css
<style>
a { background-color: #D5DDEB; }
a { background-color: rgb(213,221,235); }
div.DivClassName
{
background-color: #D5DDEB;
}
.BgClassName
{
background-color: #D5DDEB;
}
</style>
border-color css
<style>
span { border-color: #D5DDEB; }
span { border-color: rgb(213,221,235); }
td.TdClassName
{
border-color: #D5DDEB;
}
.TagClassName
{
border-color: #D5DDEB;
}
</style>