Shades of Hawkes Blue #D5DDF7
Tints of Hawkes Blue #D5DDF7
RGB
CMYK
RGB Variations
Color information
#D5DDF7 (or 0xD5DDF7) is known color: Hawkes Blue. HEX triplet: D5, DD and F7. RGB value is (213,221,247). Sum of RGB (Red+Green+Blue) = 213+221+247=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5DDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDF7 is #2A2208. Grayscale: #DDDDDD. Windows color (decimal): -2761225 or 16244181. OLE color: 16244181.
HSL color Cylindrical-coordinate representation of color #D5DDF7: hue angle of 225.88º degrees, saturation: 0.68, 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 #D5DDF7 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 213 | 221 | 247 | - |
CMYK | 0.14 | 0.11 | 0 | 0.03 |
HSL | 225.88º | 0.68% | 0.9% | - |
HSV(B) | 225.88º | 0.14% | 0.97% | - |
XYZ | 70.09 | 72.57 | 98.31 | - |
YUV | 221.57 | 142.35 | 121.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 247 | 0.14 | 0.11 | 0 | 0.03 | 225.88 | 0.68 | 0.9 |
Hex | D5 | DD | F7 | E | B | 0 | 3 | E2 | 44 | 5A |
Octal | 325 | 335 | 367 | 16 | 13 | 0 | 3 | 342 | 104 | 132 |
Binary | 11010101 | 11011101 | 11110111 | 1110 | 1011 | 0 | 11 | 11100010 | 1000100 | 1011010 |
Color Harmonies of #D5DDF7
Complementary color
Monochromatic Colors of #D5DDF7
Black with #D5DDF7
Text Example
Text Example
White with #D5DDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDF7; }
p { color: rgb(213,221,247); }
H1.HeaderClassName
{
color: #D5DDF7;
}
.AnyTagClassName
{
color: #D5DDF7;
}
</style>
background-color css
<style>
a { background-color: #D5DDF7; }
a { background-color: rgb(213,221,247); }
div.DivClassName
{
background-color: #D5DDF7;
}
.BgClassName
{
background-color: #D5DDF7;
}
</style>
border-color css
<style>
span { border-color: #D5DDF7; }
span { border-color: rgb(213,221,247); }
td.TdClassName
{
border-color: #D5DDF7;
}
.TagClassName
{
border-color: #D5DDF7;
}
</style>