Shades of Hawkes Blue #D6DFFC
Tints of Hawkes Blue #D6DFFC
RGB
CMYK
RGB Variations
Color information
#D6DFFC (or 0xD6DFFC) is known color: Hawkes Blue. HEX triplet: D6, DF and FC. RGB value is (214,223,252). Sum of RGB (Red+Green+Blue) = 214+223+252=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DFFC is #292003. Grayscale: #DFDFDF. Windows color (decimal): -2695172 or 16572374. OLE color: 16572374.
HSL color Cylindrical-coordinate representation of color #D6DFFC: hue angle of 225.79º 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 #D6DFFC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 223 | 252 | - |
CMYK | 0.15 | 0.12 | 0 | 0.01 |
HSL | 225.79º | 0.86% | 0.91% | - |
HSV(B) | 225.79º | 0.15% | 0.99% | - |
XYZ | 71.69 | 74.1 | 102.62 | - |
YUV | 223.62 | 144.02 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 223 | 252 | 0.15 | 0.12 | 0 | 0.01 | 225.79 | 0.86 | 0.91 |
Hex | D6 | DF | FC | F | C | 0 | 1 | E2 | 56 | 5B |
Octal | 326 | 337 | 374 | 17 | 14 | 0 | 1 | 342 | 126 | 133 |
Binary | 11010110 | 11011111 | 11111100 | 1111 | 1100 | 0 | 1 | 11100010 | 1010110 | 1011011 |
Color Harmonies of #D6DFFC
Complementary color
Monochromatic Colors of #D6DFFC
Black with #D6DFFC
Text Example
Text Example
White with #D6DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFFC; }
p { color: rgb(214,223,252); }
H1.HeaderClassName
{
color: #D6DFFC;
}
.AnyTagClassName
{
color: #D6DFFC;
}
</style>
background-color css
<style>
a { background-color: #D6DFFC; }
a { background-color: rgb(214,223,252); }
div.DivClassName
{
background-color: #D6DFFC;
}
.BgClassName
{
background-color: #D6DFFC;
}
</style>
border-color css
<style>
span { border-color: #D6DFFC; }
span { border-color: rgb(214,223,252); }
td.TdClassName
{
border-color: #D6DFFC;
}
.TagClassName
{
border-color: #D6DFFC;
}
</style>