Shades of Hawkes Blue #D6DDED
Tints of Hawkes Blue #D6DDED
RGB
CMYK
RGB Variations
Color information
#D6DDED (or 0xD6DDED) is known color: Hawkes Blue. HEX triplet: D6, DD and ED. RGB value is (214,221,237). Sum of RGB (Red+Green+Blue) = 214+221+237=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDED is #292212. Grayscale: #DCDCDC. Windows color (decimal): -2695699 or 15588822. OLE color: 15588822.
HSL color Cylindrical-coordinate representation of color #D6DDED: hue angle of 221.74º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DDED is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 221 | 237 | - |
CMYK | 0.10 | 0.07 | 0 | 0.07 |
HSL | 221.74º | 0.39% | 0.88% | - |
HSV(B) | 221.74º | 0.1% | 0.93% | - |
XYZ | 68.87 | 72.12 | 90.41 | - |
YUV | 220.73 | 137.18 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 221 | 237 | 0.10 | 0.07 | 0 | 0.07 | 221.74 | 0.39 | 0.88 |
Hex | D6 | DD | ED | A | 7 | 0 | 7 | DE | 27 | 58 |
Octal | 326 | 335 | 355 | 12 | 7 | 0 | 7 | 336 | 47 | 130 |
Binary | 11010110 | 11011101 | 11101101 | 1010 | 111 | 0 | 111 | 11011110 | 100111 | 1011000 |
Color Harmonies of #D6DDED
Complementary color
Monochromatic Colors of #D6DDED
Black with #D6DDED
Text Example
Text Example
White with #D6DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDED; }
p { color: rgb(214,221,237); }
H1.HeaderClassName
{
color: #D6DDED;
}
.AnyTagClassName
{
color: #D6DDED;
}
</style>
background-color css
<style>
a { background-color: #D6DDED; }
a { background-color: rgb(214,221,237); }
div.DivClassName
{
background-color: #D6DDED;
}
.BgClassName
{
background-color: #D6DDED;
}
</style>
border-color css
<style>
span { border-color: #D6DDED; }
span { border-color: rgb(214,221,237); }
td.TdClassName
{
border-color: #D6DDED;
}
.TagClassName
{
border-color: #D6DDED;
}
</style>