Shades of Hawkes Blue #D6DEF2
Tints of Hawkes Blue #D6DEF2
RGB
CMYK
RGB Variations
Color information
#D6DEF2 (or 0xD6DEF2) is known color: Hawkes Blue. HEX triplet: D6, DE and F2. RGB value is (214,222,242). Sum of RGB (Red+Green+Blue) = 214+222+242=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEF2 is #29210D. Grayscale: #DDDDDD. Windows color (decimal): -2695438 or 15916758. OLE color: 15916758.
HSL color Cylindrical-coordinate representation of color #D6DEF2: hue angle of 222.86º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DEF2 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 222 | 242 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.05 |
| HSL | 222.86º | 0.52% | 0.89% | - |
| HSV(B) | 222.86º | 0.12% | 0.95% | - |
| XYZ | 69.88 | 72.95 | 94.4 | - |
| YUV | 221.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 242 | 0.12 | 0.08 | 0 | 0.05 | 222.86 | 0.52 | 0.89 |
| Hex | D6 | DE | F2 | C | 8 | 0 | 5 | DF | 34 | 59 |
| Octal | 326 | 336 | 362 | 14 | 10 | 0 | 5 | 337 | 64 | 131 |
| Binary | 11010110 | 11011110 | 11110010 | 1100 | 1000 | 0 | 101 | 11011111 | 110100 | 1011001 |
Color Harmonies of #D6DEF2
Complementary color
Monochromatic Colors of #D6DEF2
Black with #D6DEF2
Text Example
Text Example
White with #D6DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEF2; }
p { color: rgb(214,222,242); }
H1.HeaderClassName
{
color: #D6DEF2;
}
.AnyTagClassName
{
color: #D6DEF2;
}
</style>
background-color css
<style>
a { background-color: #D6DEF2; }
a { background-color: rgb(214,222,242); }
div.DivClassName
{
background-color: #D6DEF2;
}
.BgClassName
{
background-color: #D6DEF2;
}
</style>
border-color css
<style>
span { border-color: #D6DEF2; }
span { border-color: rgb(214,222,242); }
td.TdClassName
{
border-color: #D6DEF2;
}
.TagClassName
{
border-color: #D6DEF2;
}
</style>