Shades of Hawkes Blue #D0DDF5
Tints of Hawkes Blue #D0DDF5
RGB
CMYK
RGB Variations
Color information
#D0DDF5 (or 0xD0DDF5) is known color: Hawkes Blue. HEX triplet: D0, DD and F5. RGB value is (208,221,245). Sum of RGB (Red+Green+Blue) = 208+221+245=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDF5 is #2F220A. Grayscale: #DBDBDB. Windows color (decimal): -3088907 or 16113104. OLE color: 16113104.
HSL color Cylindrical-coordinate representation of color #D0DDF5: hue angle of 218.92º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DDF5 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 221 | 245 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.04 |
| HSL | 218.92º | 0.65% | 0.89% | - |
| HSV(B) | 218.92º | 0.15% | 0.96% | - |
| XYZ | 68.35 | 71.72 | 96.63 | - |
| YUV | 219.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 245 | 0.15 | 0.10 | 0 | 0.04 | 218.92 | 0.65 | 0.89 |
| Hex | D0 | DD | F5 | F | A | 0 | 4 | DB | 41 | 59 |
| Octal | 320 | 335 | 365 | 17 | 12 | 0 | 4 | 333 | 101 | 131 |
| Binary | 11010000 | 11011101 | 11110101 | 1111 | 1010 | 0 | 100 | 11011011 | 1000001 | 1011001 |
Color Harmonies of #D0DDF5
Complementary color
Monochromatic Colors of #D0DDF5
Black with #D0DDF5
Text Example
Text Example
White with #D0DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDF5; }
p { color: rgb(208,221,245); }
H1.HeaderClassName
{
color: #D0DDF5;
}
.AnyTagClassName
{
color: #D0DDF5;
}
</style>
background-color css
<style>
a { background-color: #D0DDF5; }
a { background-color: rgb(208,221,245); }
div.DivClassName
{
background-color: #D0DDF5;
}
.BgClassName
{
background-color: #D0DDF5;
}
</style>
border-color css
<style>
span { border-color: #D0DDF5; }
span { border-color: rgb(208,221,245); }
td.TdClassName
{
border-color: #D0DDF5;
}
.TagClassName
{
border-color: #D0DDF5;
}
</style>