Shades of Hawkes Blue #D9DDED
Tints of Hawkes Blue #D9DDED
RGB
CMYK
RGB Variations
Color information
#D9DDED (or 0xD9DDED) is known color: Hawkes Blue. HEX triplet: D9, DD and ED. RGB value is (217,221,237). Sum of RGB (Red+Green+Blue) = 217+221+237=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDED is #262212. Grayscale: #DDDDDD. Windows color (decimal): -2499091 or 15588825. OLE color: 15588825.
HSL color Cylindrical-coordinate representation of color #D9DDED: hue angle of 228º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DDED is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 221 | 237 | - |
CMYK | 0.08 | 0.07 | 0 | 0.07 |
HSL | 228º | 0.36% | 0.89% | - |
HSV(B) | 228º | 0.08% | 0.93% | - |
XYZ | 69.76 | 72.58 | 90.45 | - |
YUV | 221.63 | 136.67 | 124.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 237 | 0.08 | 0.07 | 0 | 0.07 | 228 | 0.36 | 0.89 |
Hex | D9 | DD | ED | 8 | 7 | 0 | 7 | E4 | 24 | 59 |
Octal | 331 | 335 | 355 | 10 | 7 | 0 | 7 | 344 | 44 | 131 |
Binary | 11011001 | 11011101 | 11101101 | 1000 | 111 | 0 | 111 | 11100100 | 100100 | 1011001 |
Color Harmonies of #D9DDED
Complementary color
Monochromatic Colors of #D9DDED
Black with #D9DDED
Text Example
Text Example
White with #D9DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDED; }
p { color: rgb(217,221,237); }
H1.HeaderClassName
{
color: #D9DDED;
}
.AnyTagClassName
{
color: #D9DDED;
}
</style>
background-color css
<style>
a { background-color: #D9DDED; }
a { background-color: rgb(217,221,237); }
div.DivClassName
{
background-color: #D9DDED;
}
.BgClassName
{
background-color: #D9DDED;
}
</style>
border-color css
<style>
span { border-color: #D9DDED; }
span { border-color: rgb(217,221,237); }
td.TdClassName
{
border-color: #D9DDED;
}
.TagClassName
{
border-color: #D9DDED;
}
</style>