Shades of Hawkes Blue #D1DCEC
Tints of Hawkes Blue #D1DCEC
RGB
CMYK
RGB Variations
Color information
#D1DCEC (or 0xD1DCEC) is known color: Hawkes Blue. HEX triplet: D1, DC and EC. RGB value is (209,220,236). Sum of RGB (Red+Green+Blue) = 209+220+236=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DCEC is #2E2313. Grayscale: #DADADA. Windows color (decimal): -3023636 or 15523025. OLE color: 15523025.
HSL color Cylindrical-coordinate representation of color #D1DCEC: hue angle of 215.56º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1DCEC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 220 | 236 | - |
CMYK | 0.11 | 0.07 | 0 | 0.07 |
HSL | 215.56º | 0.42% | 0.87% | - |
HSV(B) | 215.56º | 0.11% | 0.93% | - |
XYZ | 67.03 | 70.8 | 89.49 | - |
YUV | 218.54 | 137.86 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 220 | 236 | 0.11 | 0.07 | 0 | 0.07 | 215.56 | 0.42 | 0.87 |
Hex | D1 | DC | EC | B | 7 | 0 | 7 | D8 | 2A | 57 |
Octal | 321 | 334 | 354 | 13 | 7 | 0 | 7 | 330 | 52 | 127 |
Binary | 11010001 | 11011100 | 11101100 | 1011 | 111 | 0 | 111 | 11011000 | 101010 | 1010111 |
Color Harmonies of #D1DCEC
Complementary color
Monochromatic Colors of #D1DCEC
Black with #D1DCEC
Text Example
Text Example
White with #D1DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCEC; }
p { color: rgb(209,220,236); }
H1.HeaderClassName
{
color: #D1DCEC;
}
.AnyTagClassName
{
color: #D1DCEC;
}
</style>
background-color css
<style>
a { background-color: #D1DCEC; }
a { background-color: rgb(209,220,236); }
div.DivClassName
{
background-color: #D1DCEC;
}
.BgClassName
{
background-color: #D1DCEC;
}
</style>
border-color css
<style>
span { border-color: #D1DCEC; }
span { border-color: rgb(209,220,236); }
td.TdClassName
{
border-color: #D1DCEC;
}
.TagClassName
{
border-color: #D1DCEC;
}
</style>