Shades of Hawkes Blue #D6DDFC
Tints of Hawkes Blue #D6DDFC
RGB
CMYK
RGB Variations
Color information
#D6DDFC (or 0xD6DDFC) is known color: Hawkes Blue. HEX triplet: D6, DD and FC. RGB value is (214,221,252). Sum of RGB (Red+Green+Blue) = 214+221+252=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDFC is #292203. Grayscale: #DEDEDE. Windows color (decimal): -2695684 or 16571862. OLE color: 16571862.
HSL color Cylindrical-coordinate representation of color #D6DDFC: hue angle of 228.95º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DDFC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 221 | 252 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.01 |
| HSL | 228.95º | 0.86% | 0.91% | - |
| HSV(B) | 228.95º | 0.15% | 0.99% | - |
| XYZ | 71.16 | 73.04 | 102.44 | - |
| YUV | 222.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 252 | 0.15 | 0.12 | 0 | 0.01 | 228.95 | 0.86 | 0.91 |
| Hex | D6 | DD | FC | F | C | 0 | 1 | E5 | 56 | 5B |
| Octal | 326 | 335 | 374 | 17 | 14 | 0 | 1 | 345 | 126 | 133 |
| Binary | 11010110 | 11011101 | 11111100 | 1111 | 1100 | 0 | 1 | 11100101 | 1010110 | 1011011 |
Color Harmonies of #D6DDFC
Complementary color
Monochromatic Colors of #D6DDFC
Black with #D6DDFC
Text Example
Text Example
White with #D6DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDFC; }
p { color: rgb(214,221,252); }
H1.HeaderClassName
{
color: #D6DDFC;
}
.AnyTagClassName
{
color: #D6DDFC;
}
</style>
background-color css
<style>
a { background-color: #D6DDFC; }
a { background-color: rgb(214,221,252); }
div.DivClassName
{
background-color: #D6DDFC;
}
.BgClassName
{
background-color: #D6DDFC;
}
</style>
border-color css
<style>
span { border-color: #D6DDFC; }
span { border-color: rgb(214,221,252); }
td.TdClassName
{
border-color: #D6DDFC;
}
.TagClassName
{
border-color: #D6DDFC;
}
</style>