Shades of Hawkes Blue #D8DFF1
Tints of Hawkes Blue #D8DFF1
RGB
CMYK
RGB Variations
Color information
#D8DFF1 (or 0xD8DFF1) is known color: Hawkes Blue. HEX triplet: D8, DF and F1. RGB value is (216,223,241). Sum of RGB (Red+Green+Blue) = 216+223+241=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DFF1 is #27200E. Grayscale: #DEDEDE. Windows color (decimal): -2564111 or 15851480. OLE color: 15851480.
HSL color Cylindrical-coordinate representation of color #D8DFF1: hue angle of 223.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DFF1 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 223 | 241 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.05 |
| HSL | 223.2º | 0.47% | 0.9% | - |
| HSV(B) | 223.2º | 0.1% | 0.95% | - |
| XYZ | 70.58 | 73.73 | 93.73 | - |
| YUV | 222.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 241 | 0.10 | 0.07 | 0 | 0.05 | 223.2 | 0.47 | 0.9 |
| Hex | D8 | DF | F1 | A | 7 | 0 | 5 | DF | 2F | 5A |
| Octal | 330 | 337 | 361 | 12 | 7 | 0 | 5 | 337 | 57 | 132 |
| Binary | 11011000 | 11011111 | 11110001 | 1010 | 111 | 0 | 101 | 11011111 | 101111 | 1011010 |
Color Harmonies of #D8DFF1
Complementary color
Monochromatic Colors of #D8DFF1
Black with #D8DFF1
Text Example
Text Example
White with #D8DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFF1; }
p { color: rgb(216,223,241); }
H1.HeaderClassName
{
color: #D8DFF1;
}
.AnyTagClassName
{
color: #D8DFF1;
}
</style>
background-color css
<style>
a { background-color: #D8DFF1; }
a { background-color: rgb(216,223,241); }
div.DivClassName
{
background-color: #D8DFF1;
}
.BgClassName
{
background-color: #D8DFF1;
}
</style>
border-color css
<style>
span { border-color: #D8DFF1; }
span { border-color: rgb(216,223,241); }
td.TdClassName
{
border-color: #D8DFF1;
}
.TagClassName
{
border-color: #D8DFF1;
}
</style>