Shades of Hawkes Blue #D4DFEC
Tints of Hawkes Blue #D4DFEC
RGB
CMYK
RGB Variations
Color information
#D4DFEC (or 0xD4DFEC) is known color: Hawkes Blue. HEX triplet: D4, DF and EC. RGB value is (212,223,236). Sum of RGB (Red+Green+Blue) = 212+223+236=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DFEC is #2B2013. Grayscale: #DDDDDD. Windows color (decimal): -2826260 or 15523796. OLE color: 15523796.
HSL color Cylindrical-coordinate representation of color #D4DFEC: hue angle of 212.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4DFEC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 223 | 236 | - |
CMYK | 0.10 | 0.06 | 0 | 0.07 |
HSL | 212.5º | 0.39% | 0.88% | - |
HSV(B) | 212.5º | 0.1% | 0.93% | - |
XYZ | 68.68 | 72.83 | 89.79 | - |
YUV | 221.19 | 136.36 | 121.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 223 | 236 | 0.10 | 0.06 | 0 | 0.07 | 212.5 | 0.39 | 0.88 |
Hex | D4 | DF | EC | A | 6 | 0 | 7 | D4 | 27 | 58 |
Octal | 324 | 337 | 354 | 12 | 6 | 0 | 7 | 324 | 47 | 130 |
Binary | 11010100 | 11011111 | 11101100 | 1010 | 110 | 0 | 111 | 11010100 | 100111 | 1011000 |
Color Harmonies of #D4DFEC
Complementary color
Monochromatic Colors of #D4DFEC
Black with #D4DFEC
Text Example
Text Example
White with #D4DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFEC; }
p { color: rgb(212,223,236); }
H1.HeaderClassName
{
color: #D4DFEC;
}
.AnyTagClassName
{
color: #D4DFEC;
}
</style>
background-color css
<style>
a { background-color: #D4DFEC; }
a { background-color: rgb(212,223,236); }
div.DivClassName
{
background-color: #D4DFEC;
}
.BgClassName
{
background-color: #D4DFEC;
}
</style>
border-color css
<style>
span { border-color: #D4DFEC; }
span { border-color: rgb(212,223,236); }
td.TdClassName
{
border-color: #D4DFEC;
}
.TagClassName
{
border-color: #D4DFEC;
}
</style>