Shades of Hawkes Blue #D8DCED
Tints of Hawkes Blue #D8DCED
RGB
CMYK
RGB Variations
Color information
#D8DCED (or 0xD8DCED) is known color: Hawkes Blue. HEX triplet: D8, DC and ED. RGB value is (216,220,237). Sum of RGB (Red+Green+Blue) = 216+220+237=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCED is #272312. Grayscale: #DCDCDC. Windows color (decimal): -2564883 or 15588568. OLE color: 15588568.
HSL color Cylindrical-coordinate representation of color #D8DCED: hue angle of 228.57º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8DCED is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 216 | 220 | 237 | - |
CMYK | 0.09 | 0.07 | 0 | 0.07 |
HSL | 228.57º | 0.37% | 0.89% | - |
HSV(B) | 228.57º | 0.09% | 0.93% | - |
XYZ | 69.2 | 71.9 | 90.35 | - |
YUV | 220.74 | 137.17 | 124.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 220 | 237 | 0.09 | 0.07 | 0 | 0.07 | 228.57 | 0.37 | 0.89 |
Hex | D8 | DC | ED | 9 | 7 | 0 | 7 | E5 | 25 | 59 |
Octal | 330 | 334 | 355 | 11 | 7 | 0 | 7 | 345 | 45 | 131 |
Binary | 11011000 | 11011100 | 11101101 | 1001 | 111 | 0 | 111 | 11100101 | 100101 | 1011001 |
Color Harmonies of #D8DCED
Complementary color
Monochromatic Colors of #D8DCED
Black with #D8DCED
Text Example
Text Example
White with #D8DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCED; }
p { color: rgb(216,220,237); }
H1.HeaderClassName
{
color: #D8DCED;
}
.AnyTagClassName
{
color: #D8DCED;
}
</style>
background-color css
<style>
a { background-color: #D8DCED; }
a { background-color: rgb(216,220,237); }
div.DivClassName
{
background-color: #D8DCED;
}
.BgClassName
{
background-color: #D8DCED;
}
</style>
border-color css
<style>
span { border-color: #D8DCED; }
span { border-color: rgb(216,220,237); }
td.TdClassName
{
border-color: #D8DCED;
}
.TagClassName
{
border-color: #D8DCED;
}
</style>