Shades of Hawkes Blue #D4DDF6
Tints of Hawkes Blue #D4DDF6
RGB
CMYK
RGB Variations
Color information
#D4DDF6 (or 0xD4DDF6) is known color: Hawkes Blue. HEX triplet: D4, DD and F6. RGB value is (212,221,246). Sum of RGB (Red+Green+Blue) = 212+221+246=679 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.22% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDF6 is #2B2209. Grayscale: #DDDDDD. Windows color (decimal): -2826762 or 16178644. OLE color: 16178644.
HSL color Cylindrical-coordinate representation of color #D4DDF6: hue angle of 224.12º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4DDF6 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 212 | 221 | 246 | - |
CMYK | 0.14 | 0.10 | 0 | 0.04 |
HSL | 224.12º | 0.65% | 0.9% | - |
HSV(B) | 224.12º | 0.14% | 0.96% | - |
XYZ | 69.64 | 72.36 | 97.49 | - |
YUV | 221.16 | 142.02 | 121.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 246 | 0.14 | 0.10 | 0 | 0.04 | 224.12 | 0.65 | 0.9 |
Hex | D4 | DD | F6 | E | A | 0 | 4 | E0 | 41 | 5A |
Octal | 324 | 335 | 366 | 16 | 12 | 0 | 4 | 340 | 101 | 132 |
Binary | 11010100 | 11011101 | 11110110 | 1110 | 1010 | 0 | 100 | 11100000 | 1000001 | 1011010 |
Color Harmonies of #D4DDF6
Complementary color
Monochromatic Colors of #D4DDF6
Black with #D4DDF6
Text Example
Text Example
White with #D4DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDF6; }
p { color: rgb(212,221,246); }
H1.HeaderClassName
{
color: #D4DDF6;
}
.AnyTagClassName
{
color: #D4DDF6;
}
</style>
background-color css
<style>
a { background-color: #D4DDF6; }
a { background-color: rgb(212,221,246); }
div.DivClassName
{
background-color: #D4DDF6;
}
.BgClassName
{
background-color: #D4DDF6;
}
</style>
border-color css
<style>
span { border-color: #D4DDF6; }
span { border-color: rgb(212,221,246); }
td.TdClassName
{
border-color: #D4DDF6;
}
.TagClassName
{
border-color: #D4DDF6;
}
</style>