Shades of Hawkes Blue #D8DDF3
Tints of Hawkes Blue #D8DDF3
RGB
CMYK
RGB Variations
Color information
#D8DDF3 (or 0xD8DDF3) is known color: Hawkes Blue. HEX triplet: D8, DD and F3. RGB value is (216,221,243). Sum of RGB (Red+Green+Blue) = 216+221+243=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDF3 is #27220C. Grayscale: #DDDDDD. Windows color (decimal): -2564621 or 15982040. OLE color: 15982040.
HSL color Cylindrical-coordinate representation of color #D8DDF3: hue angle of 228.89º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8DDF3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 221 | 243 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.05 |
| HSL | 228.89º | 0.53% | 0.9% | - |
| HSV(B) | 228.89º | 0.11% | 0.95% | - |
| XYZ | 70.35 | 72.78 | 95.13 | - |
| YUV | 222.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 243 | 0.11 | 0.09 | 0 | 0.05 | 228.89 | 0.53 | 0.9 |
| Hex | D8 | DD | F3 | B | 9 | 0 | 5 | E5 | 35 | 5A |
| Octal | 330 | 335 | 363 | 13 | 11 | 0 | 5 | 345 | 65 | 132 |
| Binary | 11011000 | 11011101 | 11110011 | 1011 | 1001 | 0 | 101 | 11100101 | 110101 | 1011010 |
Color Harmonies of #D8DDF3
Complementary color
Monochromatic Colors of #D8DDF3
Black with #D8DDF3
Text Example
Text Example
White with #D8DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDF3; }
p { color: rgb(216,221,243); }
H1.HeaderClassName
{
color: #D8DDF3;
}
.AnyTagClassName
{
color: #D8DDF3;
}
</style>
background-color css
<style>
a { background-color: #D8DDF3; }
a { background-color: rgb(216,221,243); }
div.DivClassName
{
background-color: #D8DDF3;
}
.BgClassName
{
background-color: #D8DDF3;
}
</style>
border-color css
<style>
span { border-color: #D8DDF3; }
span { border-color: rgb(216,221,243); }
td.TdClassName
{
border-color: #D8DDF3;
}
.TagClassName
{
border-color: #D8DDF3;
}
</style>