Shades of Hawkes Blue #D5DEFC
Tints of Hawkes Blue #D5DEFC
RGB
CMYK
RGB Variations
Color information
#D5DEFC (or 0xD5DEFC) is known color: Hawkes Blue. HEX triplet: D5, DE and FC. RGB value is (213,222,252). Sum of RGB (Red+Green+Blue) = 213+222+252=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEFC is #2A2103. Grayscale: #DEDEDE. Windows color (decimal): -2760964 or 16572117. OLE color: 16572117.
HSL color Cylindrical-coordinate representation of color #D5DEFC: hue angle of 226.15º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DEFC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 222 | 252 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.01 |
| HSL | 226.15º | 0.87% | 0.91% | - |
| HSV(B) | 226.15º | 0.15% | 0.99% | - |
| XYZ | 71.13 | 73.42 | 102.52 | - |
| YUV | 222.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 252 | 0.15 | 0.12 | 0 | 0.01 | 226.15 | 0.87 | 0.91 |
| Hex | D5 | DE | FC | F | C | 0 | 1 | E2 | 57 | 5B |
| Octal | 325 | 336 | 374 | 17 | 14 | 0 | 1 | 342 | 127 | 133 |
| Binary | 11010101 | 11011110 | 11111100 | 1111 | 1100 | 0 | 1 | 11100010 | 1010111 | 1011011 |
Color Harmonies of #D5DEFC
Complementary color
Monochromatic Colors of #D5DEFC
Black with #D5DEFC
Text Example
Text Example
White with #D5DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEFC; }
p { color: rgb(213,222,252); }
H1.HeaderClassName
{
color: #D5DEFC;
}
.AnyTagClassName
{
color: #D5DEFC;
}
</style>
background-color css
<style>
a { background-color: #D5DEFC; }
a { background-color: rgb(213,222,252); }
div.DivClassName
{
background-color: #D5DEFC;
}
.BgClassName
{
background-color: #D5DEFC;
}
</style>
border-color css
<style>
span { border-color: #D5DEFC; }
span { border-color: rgb(213,222,252); }
td.TdClassName
{
border-color: #D5DEFC;
}
.TagClassName
{
border-color: #D5DEFC;
}
</style>