Shades of Hawkes Blue #D5DCF3
Tints of Hawkes Blue #D5DCF3
RGB
CMYK
RGB Variations
Color information
#D5DCF3 (or 0xD5DCF3) is known color: Hawkes Blue. HEX triplet: D5, DC and F3. RGB value is (213,220,243). Sum of RGB (Red+Green+Blue) = 213+220+243=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCF3 is #2A230C. Grayscale: #DCDCDC. Windows color (decimal): -2761485 or 15981781. OLE color: 15981781.
HSL color Cylindrical-coordinate representation of color #D5DCF3: hue angle of 226º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5DCF3 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 220 | 243 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.05 |
| HSL | 226º | 0.56% | 0.89% | - |
| HSV(B) | 226º | 0.12% | 0.95% | - |
| XYZ | 69.21 | 71.8 | 95.01 | - |
| YUV | 220.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 243 | 0.12 | 0.09 | 0 | 0.05 | 226 | 0.56 | 0.89 |
| Hex | D5 | DC | F3 | C | 9 | 0 | 5 | E2 | 38 | 59 |
| Octal | 325 | 334 | 363 | 14 | 11 | 0 | 5 | 342 | 70 | 131 |
| Binary | 11010101 | 11011100 | 11110011 | 1100 | 1001 | 0 | 101 | 11100010 | 111000 | 1011001 |
Color Harmonies of #D5DCF3
Complementary color
Monochromatic Colors of #D5DCF3
Black with #D5DCF3
Text Example
Text Example
White with #D5DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCF3; }
p { color: rgb(213,220,243); }
H1.HeaderClassName
{
color: #D5DCF3;
}
.AnyTagClassName
{
color: #D5DCF3;
}
</style>
background-color css
<style>
a { background-color: #D5DCF3; }
a { background-color: rgb(213,220,243); }
div.DivClassName
{
background-color: #D5DCF3;
}
.BgClassName
{
background-color: #D5DCF3;
}
</style>
border-color css
<style>
span { border-color: #D5DCF3; }
span { border-color: rgb(213,220,243); }
td.TdClassName
{
border-color: #D5DCF3;
}
.TagClassName
{
border-color: #D5DCF3;
}
</style>