Shades of Hawkes Blue #D5DEFE
Tints of Hawkes Blue #D5DEFE
RGB
CMYK
RGB Variations
Color information
#D5DEFE (or 0xD5DEFE) is known color: Hawkes Blue. HEX triplet: D5, DE and FE. RGB value is (213,222,254). Sum of RGB (Red+Green+Blue) = 213+222+254=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEFE is #2A2101. Grayscale: #DEDEDE. Windows color (decimal): -2760962 or 16703189. OLE color: 16703189.
HSL color Cylindrical-coordinate representation of color #D5DEFE: hue angle of 226.83º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DEFE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 222 | 254 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.00 |
| HSL | 226.83º | 0.95% | 0.92% | - |
| HSV(B) | 226.83º | 0.16% | 1% | - |
| XYZ | 71.45 | 73.54 | 104.2 | - |
| YUV | 222.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 254 | 0.16 | 0.13 | 0 | 0.00 | 226.83 | 0.95 | 0.92 |
| Hex | D5 | DE | FE | 10 | D | 0 | 0 | E3 | 5F | 5C |
| Octal | 325 | 336 | 376 | 20 | 15 | 0 | 0 | 343 | 137 | 134 |
| Binary | 11010101 | 11011110 | 11111110 | 10000 | 1101 | 0 | 0 | 11100011 | 1011111 | 1011100 |
Color Harmonies of #D5DEFE
Complementary color
Monochromatic Colors of #D5DEFE
Black with #D5DEFE
Text Example
Text Example
White with #D5DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEFE; }
p { color: rgb(213,222,254); }
H1.HeaderClassName
{
color: #D5DEFE;
}
.AnyTagClassName
{
color: #D5DEFE;
}
</style>
background-color css
<style>
a { background-color: #D5DEFE; }
a { background-color: rgb(213,222,254); }
div.DivClassName
{
background-color: #D5DEFE;
}
.BgClassName
{
background-color: #D5DEFE;
}
</style>
border-color css
<style>
span { border-color: #D5DEFE; }
span { border-color: rgb(213,222,254); }
td.TdClassName
{
border-color: #D5DEFE;
}
.TagClassName
{
border-color: #D5DEFE;
}
</style>