Shades of Hawkes Blue #D5DDF8
Tints of Hawkes Blue #D5DDF8
RGB
CMYK
RGB Variations
Color information
#D5DDF8 (or 0xD5DDF8) is known color: Hawkes Blue. HEX triplet: D5, DD and F8. RGB value is (213,221,248). Sum of RGB (Red+Green+Blue) = 213+221+248=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDF8 is #2A2207. Grayscale: #DDDDDD. Windows color (decimal): -2761224 or 16309717. OLE color: 16309717.
HSL color Cylindrical-coordinate representation of color #D5DDF8: hue angle of 226.29º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DDF8 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 213 | 221 | 248 | - |
CMYK | 0.14 | 0.11 | 0 | 0.03 |
HSL | 226.29º | 0.71% | 0.9% | - |
HSV(B) | 226.29º | 0.14% | 0.97% | - |
XYZ | 70.24 | 72.64 | 99.13 | - |
YUV | 221.69 | 142.85 | 121.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 248 | 0.14 | 0.11 | 0 | 0.03 | 226.29 | 0.71 | 0.9 |
Hex | D5 | DD | F8 | E | B | 0 | 3 | E2 | 47 | 5A |
Octal | 325 | 335 | 370 | 16 | 13 | 0 | 3 | 342 | 107 | 132 |
Binary | 11010101 | 11011101 | 11111000 | 1110 | 1011 | 0 | 11 | 11100010 | 1000111 | 1011010 |
Color Harmonies of #D5DDF8
Complementary color
Monochromatic Colors of #D5DDF8
Black with #D5DDF8
Text Example
Text Example
White with #D5DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDF8; }
p { color: rgb(213,221,248); }
H1.HeaderClassName
{
color: #D5DDF8;
}
.AnyTagClassName
{
color: #D5DDF8;
}
</style>
background-color css
<style>
a { background-color: #D5DDF8; }
a { background-color: rgb(213,221,248); }
div.DivClassName
{
background-color: #D5DDF8;
}
.BgClassName
{
background-color: #D5DDF8;
}
</style>
border-color css
<style>
span { border-color: #D5DDF8; }
span { border-color: rgb(213,221,248); }
td.TdClassName
{
border-color: #D5DDF8;
}
.TagClassName
{
border-color: #D5DDF8;
}
</style>