Shades of Hawkes Blue #D5DDF4
Tints of Hawkes Blue #D5DDF4
RGB
CMYK
RGB Variations
Color information
#D5DDF4 (or 0xD5DDF4) is known color: Hawkes Blue. HEX triplet: D5, DD and F4. RGB value is (213,221,244). Sum of RGB (Red+Green+Blue) = 213+221+244=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5DDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDF4 is #2A220B. Grayscale: #DDDDDD. Windows color (decimal): -2761228 or 16047573. OLE color: 16047573.
HSL color Cylindrical-coordinate representation of color #D5DDF4: hue angle of 224.52º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5DDF4 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 213 | 221 | 244 | - |
CMYK | 0.13 | 0.09 | 0 | 0.04 |
HSL | 224.52º | 0.58% | 0.9% | - |
HSV(B) | 224.52º | 0.13% | 0.96% | - |
XYZ | 69.63 | 72.39 | 95.89 | - |
YUV | 221.23 | 140.85 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 244 | 0.13 | 0.09 | 0 | 0.04 | 224.52 | 0.58 | 0.9 |
Hex | D5 | DD | F4 | D | 9 | 0 | 4 | E1 | 3A | 5A |
Octal | 325 | 335 | 364 | 15 | 11 | 0 | 4 | 341 | 72 | 132 |
Binary | 11010101 | 11011101 | 11110100 | 1101 | 1001 | 0 | 100 | 11100001 | 111010 | 1011010 |
Color Harmonies of #D5DDF4
Complementary color
Monochromatic Colors of #D5DDF4
Black with #D5DDF4
Text Example
Text Example
White with #D5DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDF4; }
p { color: rgb(213,221,244); }
H1.HeaderClassName
{
color: #D5DDF4;
}
.AnyTagClassName
{
color: #D5DDF4;
}
</style>
background-color css
<style>
a { background-color: #D5DDF4; }
a { background-color: rgb(213,221,244); }
div.DivClassName
{
background-color: #D5DDF4;
}
.BgClassName
{
background-color: #D5DDF4;
}
</style>
border-color css
<style>
span { border-color: #D5DDF4; }
span { border-color: rgb(213,221,244); }
td.TdClassName
{
border-color: #D5DDF4;
}
.TagClassName
{
border-color: #D5DDF4;
}
</style>