Shades of Hawkes Blue #D7DDF2
Tints of Hawkes Blue #D7DDF2
RGB
CMYK
RGB Variations
Color information
#D7DDF2 (or 0xD7DDF2) is known color: Hawkes Blue. HEX triplet: D7, DD and F2. RGB value is (215,221,242). Sum of RGB (Red+Green+Blue) = 215+221+242=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDF2 is #28220D. Grayscale: #DDDDDD. Windows color (decimal): -2630158 or 15916503. OLE color: 15916503.
HSL color Cylindrical-coordinate representation of color #D7DDF2: hue angle of 226.67º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DDF2 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 215 | 221 | 242 | - |
CMYK | 0.11 | 0.09 | 0 | 0.05 |
HSL | 226.67º | 0.51% | 0.9% | - |
HSV(B) | 226.67º | 0.11% | 0.95% | - |
XYZ | 69.91 | 72.57 | 94.33 | - |
YUV | 221.6 | 139.51 | 123.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 242 | 0.11 | 0.09 | 0 | 0.05 | 226.67 | 0.51 | 0.9 |
Hex | D7 | DD | F2 | B | 9 | 0 | 5 | E3 | 33 | 5A |
Octal | 327 | 335 | 362 | 13 | 11 | 0 | 5 | 343 | 63 | 132 |
Binary | 11010111 | 11011101 | 11110010 | 1011 | 1001 | 0 | 101 | 11100011 | 110011 | 1011010 |
Color Harmonies of #D7DDF2
Complementary color
Monochromatic Colors of #D7DDF2
Black with #D7DDF2
Text Example
Text Example
White with #D7DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDF2; }
p { color: rgb(215,221,242); }
H1.HeaderClassName
{
color: #D7DDF2;
}
.AnyTagClassName
{
color: #D7DDF2;
}
</style>
background-color css
<style>
a { background-color: #D7DDF2; }
a { background-color: rgb(215,221,242); }
div.DivClassName
{
background-color: #D7DDF2;
}
.BgClassName
{
background-color: #D7DDF2;
}
</style>
border-color css
<style>
span { border-color: #D7DDF2; }
span { border-color: rgb(215,221,242); }
td.TdClassName
{
border-color: #D7DDF2;
}
.TagClassName
{
border-color: #D7DDF2;
}
</style>