Shades of Hawkes Blue #D5DCEF
Tints of Hawkes Blue #D5DCEF
RGB
CMYK
RGB Variations
Color information
#D5DCEF (or 0xD5DCEF) is known color: Hawkes Blue. HEX triplet: D5, DC and EF. RGB value is (213,220,239). Sum of RGB (Red+Green+Blue) = 213+220+239=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCEF is #2A2310. Grayscale: #DBDBDB. Windows color (decimal): -2761489 or 15719637. OLE color: 15719637.
HSL color Cylindrical-coordinate representation of color #D5DCEF: hue angle of 223.85º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DCEF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 220 | 239 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.06 |
| HSL | 223.85º | 0.45% | 0.89% | - |
| HSV(B) | 223.85º | 0.11% | 0.94% | - |
| XYZ | 68.61 | 71.56 | 91.86 | - |
| YUV | 220.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 239 | 0.11 | 0.08 | 0 | 0.06 | 223.85 | 0.45 | 0.89 |
| Hex | D5 | DC | EF | B | 8 | 0 | 6 | E0 | 2D | 59 |
| Octal | 325 | 334 | 357 | 13 | 10 | 0 | 6 | 340 | 55 | 131 |
| Binary | 11010101 | 11011100 | 11101111 | 1011 | 1000 | 0 | 110 | 11100000 | 101101 | 1011001 |
Color Harmonies of #D5DCEF
Complementary color
Monochromatic Colors of #D5DCEF
Black with #D5DCEF
Text Example
Text Example
White with #D5DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCEF; }
p { color: rgb(213,220,239); }
H1.HeaderClassName
{
color: #D5DCEF;
}
.AnyTagClassName
{
color: #D5DCEF;
}
</style>
background-color css
<style>
a { background-color: #D5DCEF; }
a { background-color: rgb(213,220,239); }
div.DivClassName
{
background-color: #D5DCEF;
}
.BgClassName
{
background-color: #D5DCEF;
}
</style>
border-color css
<style>
span { border-color: #D5DCEF; }
span { border-color: rgb(213,220,239); }
td.TdClassName
{
border-color: #D5DCEF;
}
.TagClassName
{
border-color: #D5DCEF;
}
</style>