Shades of Hawkes Blue #D5DCEE
Tints of Hawkes Blue #D5DCEE
RGB
CMYK
RGB Variations
Color information
#D5DCEE (or 0xD5DCEE) is known color: Hawkes Blue. HEX triplet: D5, DC and EE. RGB value is (213,220,238). Sum of RGB (Red+Green+Blue) = 213+220+238=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCEE is #2A2311. Grayscale: #DBDBDB. Windows color (decimal): -2761490 or 15654101. OLE color: 15654101.
HSL color Cylindrical-coordinate representation of color #D5DCEE: hue angle of 223.2º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DCEE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 220 | 238 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.07 |
| HSL | 223.2º | 0.42% | 0.88% | - |
| HSV(B) | 223.2º | 0.11% | 0.93% | - |
| XYZ | 68.47 | 71.51 | 91.08 | - |
| YUV | 219.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 238 | 0.11 | 0.08 | 0 | 0.07 | 223.2 | 0.42 | 0.88 |
| Hex | D5 | DC | EE | B | 8 | 0 | 7 | DF | 2A | 58 |
| Octal | 325 | 334 | 356 | 13 | 10 | 0 | 7 | 337 | 52 | 130 |
| Binary | 11010101 | 11011100 | 11101110 | 1011 | 1000 | 0 | 111 | 11011111 | 101010 | 1011000 |
Color Harmonies of #D5DCEE
Complementary color
Monochromatic Colors of #D5DCEE
Black with #D5DCEE
Text Example
Text Example
White with #D5DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCEE; }
p { color: rgb(213,220,238); }
H1.HeaderClassName
{
color: #D5DCEE;
}
.AnyTagClassName
{
color: #D5DCEE;
}
</style>
background-color css
<style>
a { background-color: #D5DCEE; }
a { background-color: rgb(213,220,238); }
div.DivClassName
{
background-color: #D5DCEE;
}
.BgClassName
{
background-color: #D5DCEE;
}
</style>
border-color css
<style>
span { border-color: #D5DCEE; }
span { border-color: rgb(213,220,238); }
td.TdClassName
{
border-color: #D5DCEE;
}
.TagClassName
{
border-color: #D5DCEE;
}
</style>