Shades of Hawkes Blue #D1DDED
Tints of Hawkes Blue #D1DDED
RGB
CMYK
RGB Variations
Color information
#D1DDED (or 0xD1DDED) is known color: Hawkes Blue. HEX triplet: D1, DD and ED. RGB value is (209,221,237). Sum of RGB (Red+Green+Blue) = 209+221+237=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDED is #2E2212. Grayscale: #DBDBDB. Windows color (decimal): -3023379 or 15588817. OLE color: 15588817.
HSL color Cylindrical-coordinate representation of color #D1DDED: hue angle of 214.29º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1DDED is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 221 | 237 | - |
CMYK | 0.12 | 0.07 | 0 | 0.07 |
HSL | 214.29º | 0.44% | 0.87% | - |
HSV(B) | 214.29º | 0.12% | 0.93% | - |
XYZ | 67.44 | 71.38 | 90.34 | - |
YUV | 219.24 | 138.02 | 120.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 221 | 237 | 0.12 | 0.07 | 0 | 0.07 | 214.29 | 0.44 | 0.87 |
Hex | D1 | DD | ED | C | 7 | 0 | 7 | D6 | 2C | 57 |
Octal | 321 | 335 | 355 | 14 | 7 | 0 | 7 | 326 | 54 | 127 |
Binary | 11010001 | 11011101 | 11101101 | 1100 | 111 | 0 | 111 | 11010110 | 101100 | 1010111 |
Color Harmonies of #D1DDED
Complementary color
Monochromatic Colors of #D1DDED
Black with #D1DDED
Text Example
Text Example
White with #D1DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDED; }
p { color: rgb(209,221,237); }
H1.HeaderClassName
{
color: #D1DDED;
}
.AnyTagClassName
{
color: #D1DDED;
}
</style>
background-color css
<style>
a { background-color: #D1DDED; }
a { background-color: rgb(209,221,237); }
div.DivClassName
{
background-color: #D1DDED;
}
.BgClassName
{
background-color: #D1DDED;
}
</style>
border-color css
<style>
span { border-color: #D1DDED; }
span { border-color: rgb(209,221,237); }
td.TdClassName
{
border-color: #D1DDED;
}
.TagClassName
{
border-color: #D1DDED;
}
</style>