Shades of Hawkes Blue #D5DFFF
Tints of Hawkes Blue #D5DFFF
RGB
CMYK
RGB Variations
Color information
#D5DFFF (or 0xD5DFFF) is known color: Hawkes Blue. HEX triplet: D5, DF and FF. RGB value is (213,223,255). Sum of RGB (Red+Green+Blue) = 213+223+255=691 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.82% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFFF is #2A2000. Grayscale: #DFDFDF. Windows color (decimal): -2760705 or 16768981. OLE color: 16768981.
HSL color Cylindrical-coordinate representation of color #D5DFFF: hue angle of 225.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DFFF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 223 | 255 | - |
| CMYK | 0.16 | 0.13 | 0 | 0 |
| HSL | 225.71º | 1% | 0.92% | - |
| HSV(B) | 225.71º | 0.16% | 1% | - |
| XYZ | 71.88 | 74.14 | 105.13 | - |
| YUV | 223.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 255 | 0.16 | 0.13 | 0 | 0 | 225.71 | 1 | 0.92 |
| Hex | D5 | DF | FF | 10 | D | 0 | 0 | E2 | 64 | 5C |
| Octal | 325 | 337 | 377 | 20 | 15 | 0 | 0 | 342 | 144 | 134 |
| Binary | 11010101 | 11011111 | 11111111 | 10000 | 1101 | 0 | 0 | 11100010 | 1100100 | 1011100 |
Color Harmonies of #D5DFFF
Complementary color
Monochromatic Colors of #D5DFFF
Black with #D5DFFF
Text Example
Text Example
White with #D5DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFFF; }
p { color: rgb(213,223,255); }
H1.HeaderClassName
{
color: #D5DFFF;
}
.AnyTagClassName
{
color: #D5DFFF;
}
</style>
background-color css
<style>
a { background-color: #D5DFFF; }
a { background-color: rgb(213,223,255); }
div.DivClassName
{
background-color: #D5DFFF;
}
.BgClassName
{
background-color: #D5DFFF;
}
</style>
border-color css
<style>
span { border-color: #D5DFFF; }
span { border-color: rgb(213,223,255); }
td.TdClassName
{
border-color: #D5DFFF;
}
.TagClassName
{
border-color: #D5DFFF;
}
</style>