Shades of Hawkes Blue #D6DCED
Tints of Hawkes Blue #D6DCED
RGB
CMYK
RGB Variations
Color information
#D6DCED (or 0xD6DCED) is known color: Hawkes Blue. HEX triplet: D6, DC and ED. RGB value is (214,220,237). Sum of RGB (Red+Green+Blue) = 214+220+237=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCED is #292312. Grayscale: #DCDCDC. Windows color (decimal): -2695955 or 15588566. OLE color: 15588566.
HSL color Cylindrical-coordinate representation of color #D6DCED: hue angle of 224.35º 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 #D6DCED is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 220 | 237 | - |
CMYK | 0.10 | 0.07 | 0 | 0.07 |
HSL | 224.35º | 0.39% | 0.88% | - |
HSV(B) | 224.35º | 0.1% | 0.93% | - |
XYZ | 68.61 | 71.6 | 90.32 | - |
YUV | 220.14 | 137.51 | 123.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 220 | 237 | 0.10 | 0.07 | 0 | 0.07 | 224.35 | 0.39 | 0.88 |
Hex | D6 | DC | ED | A | 7 | 0 | 7 | E0 | 27 | 58 |
Octal | 326 | 334 | 355 | 12 | 7 | 0 | 7 | 340 | 47 | 130 |
Binary | 11010110 | 11011100 | 11101101 | 1010 | 111 | 0 | 111 | 11100000 | 100111 | 1011000 |
Color Harmonies of #D6DCED
Complementary color
Monochromatic Colors of #D6DCED
Black with #D6DCED
Text Example
Text Example
White with #D6DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCED; }
p { color: rgb(214,220,237); }
H1.HeaderClassName
{
color: #D6DCED;
}
.AnyTagClassName
{
color: #D6DCED;
}
</style>
background-color css
<style>
a { background-color: #D6DCED; }
a { background-color: rgb(214,220,237); }
div.DivClassName
{
background-color: #D6DCED;
}
.BgClassName
{
background-color: #D6DCED;
}
</style>
border-color css
<style>
span { border-color: #D6DCED; }
span { border-color: rgb(214,220,237); }
td.TdClassName
{
border-color: #D6DCED;
}
.TagClassName
{
border-color: #D6DCED;
}
</style>