Shades of Hawkes Blue #D5DEF5
Tints of Hawkes Blue #D5DEF5
RGB
CMYK
RGB Variations
Color information
#D5DEF5 (or 0xD5DEF5) is known color: Hawkes Blue. HEX triplet: D5, DE and F5. RGB value is (213,222,245). Sum of RGB (Red+Green+Blue) = 213+222+245=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #D5DEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEF5 is #2A210A. Grayscale: #DDDDDD. Windows color (decimal): -2760971 or 16113365. OLE color: 16113365.
HSL color Cylindrical-coordinate representation of color #D5DEF5: hue angle of 223.12º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5DEF5 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 213 | 222 | 245 | - |
CMYK | 0.13 | 0.09 | 0 | 0.04 |
HSL | 223.13º | 0.62% | 0.9% | - |
HSV(B) | 223.13º | 0.13% | 0.96% | - |
XYZ | 70.04 | 72.98 | 96.78 | - |
YUV | 221.93 | 141.02 | 121.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 222 | 245 | 0.13 | 0.09 | 0 | 0.04 | 223.13 | 0.62 | 0.9 |
Hex | D5 | DE | F5 | D | 9 | 0 | 4 | DF | 3E | 5A |
Octal | 325 | 336 | 365 | 15 | 11 | 0 | 4 | 337 | 76 | 132 |
Binary | 11010101 | 11011110 | 11110101 | 1101 | 1001 | 0 | 100 | 11011111 | 111110 | 1011010 |
Color Harmonies of #D5DEF5
Complementary color
Monochromatic Colors of #D5DEF5
Black with #D5DEF5
Text Example
Text Example
White with #D5DEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEF5; }
p { color: rgb(213,222,245); }
H1.HeaderClassName
{
color: #D5DEF5;
}
.AnyTagClassName
{
color: #D5DEF5;
}
</style>
background-color css
<style>
a { background-color: #D5DEF5; }
a { background-color: rgb(213,222,245); }
div.DivClassName
{
background-color: #D5DEF5;
}
.BgClassName
{
background-color: #D5DEF5;
}
</style>
border-color css
<style>
span { border-color: #D5DEF5; }
span { border-color: rgb(213,222,245); }
td.TdClassName
{
border-color: #D5DEF5;
}
.TagClassName
{
border-color: #D5DEF5;
}
</style>