Shades of Hawkes Blue #D5E5FA
Tints of Hawkes Blue #D5E5FA
RGB
CMYK
RGB Variations
Color information
#D5E5FA (or 0xD5E5FA) is known color: Hawkes Blue. HEX triplet: D5, E5 and FA. RGB value is (213,229,250). Sum of RGB (Red+Green+Blue) = 213+229+250=692 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.78% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5E5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E5FA is #2A1A05. Grayscale: #E2E2E2. Windows color (decimal): -2759174 or 16442837. OLE color: 16442837.
HSL color Cylindrical-coordinate representation of color #D5E5FA: hue angle of 214.05º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E5FA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 213 | 229 | 250 | - |
CMYK | 0.15 | 0.08 | 0 | 0.02 |
HSL | 214.05º | 0.79% | 0.91% | - |
HSV(B) | 214.05º | 0.15% | 0.98% | - |
XYZ | 72.72 | 77.09 | 101.49 | - |
YUV | 226.61 | 141.2 | 118.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 229 | 250 | 0.15 | 0.08 | 0 | 0.02 | 214.05 | 0.79 | 0.91 |
Hex | D5 | E5 | FA | F | 8 | 0 | 2 | D6 | 4F | 5B |
Octal | 325 | 345 | 372 | 17 | 10 | 0 | 2 | 326 | 117 | 133 |
Binary | 11010101 | 11100101 | 11111010 | 1111 | 1000 | 0 | 10 | 11010110 | 1001111 | 1011011 |
Color Harmonies of #D5E5FA
Complementary color
Monochromatic Colors of #D5E5FA
Black with #D5E5FA
Text Example
Text Example
White with #D5E5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5FA; }
p { color: rgb(213,229,250); }
H1.HeaderClassName
{
color: #D5E5FA;
}
.AnyTagClassName
{
color: #D5E5FA;
}
</style>
background-color css
<style>
a { background-color: #D5E5FA; }
a { background-color: rgb(213,229,250); }
div.DivClassName
{
background-color: #D5E5FA;
}
.BgClassName
{
background-color: #D5E5FA;
}
</style>
border-color css
<style>
span { border-color: #D5E5FA; }
span { border-color: rgb(213,229,250); }
td.TdClassName
{
border-color: #D5E5FA;
}
.TagClassName
{
border-color: #D5E5FA;
}
</style>