Shades of Hawkes Blue #D1DCEF
Tints of Hawkes Blue #D1DCEF
RGB
CMYK
RGB Variations
Color information
#D1DCEF (or 0xD1DCEF) is known color: Hawkes Blue. HEX triplet: D1, DC and EF. RGB value is (209,220,239). Sum of RGB (Red+Green+Blue) = 209+220+239=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DCEF is #2E2310. Grayscale: #DADADA. Windows color (decimal): -3023633 or 15719633. OLE color: 15719633.
HSL color Cylindrical-coordinate representation of color #D1DCEF: hue angle of 218º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DCEF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 209 | 220 | 239 | - |
CMYK | 0.13 | 0.08 | 0 | 0.06 |
HSL | 218º | 0.48% | 0.88% | - |
HSV(B) | 218º | 0.13% | 0.94% | - |
XYZ | 67.47 | 70.97 | 91.8 | - |
YUV | 218.88 | 139.36 | 120.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 220 | 239 | 0.13 | 0.08 | 0 | 0.06 | 218 | 0.48 | 0.88 |
Hex | D1 | DC | EF | D | 8 | 0 | 6 | DA | 30 | 58 |
Octal | 321 | 334 | 357 | 15 | 10 | 0 | 6 | 332 | 60 | 130 |
Binary | 11010001 | 11011100 | 11101111 | 1101 | 1000 | 0 | 110 | 11011010 | 110000 | 1011000 |
Color Harmonies of #D1DCEF
Complementary color
Monochromatic Colors of #D1DCEF
Black with #D1DCEF
Text Example
Text Example
White with #D1DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCEF; }
p { color: rgb(209,220,239); }
H1.HeaderClassName
{
color: #D1DCEF;
}
.AnyTagClassName
{
color: #D1DCEF;
}
</style>
background-color css
<style>
a { background-color: #D1DCEF; }
a { background-color: rgb(209,220,239); }
div.DivClassName
{
background-color: #D1DCEF;
}
.BgClassName
{
background-color: #D1DCEF;
}
</style>
border-color css
<style>
span { border-color: #D1DCEF; }
span { border-color: rgb(209,220,239); }
td.TdClassName
{
border-color: #D1DCEF;
}
.TagClassName
{
border-color: #D1DCEF;
}
</style>