Shades of Hawkes Blue #D5E0FC
Tints of Hawkes Blue #D5E0FC
RGB
CMYK
RGB Variations
Color information
#D5E0FC (or 0xD5E0FC) is known color: Hawkes Blue. HEX triplet: D5, E0 and FC. RGB value is (213,224,252). Sum of RGB (Red+Green+Blue) = 213+224+252=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E0FC is #2A1F03. Grayscale: #DFDFDF. Windows color (decimal): -2760452 or 16572629. OLE color: 16572629.
HSL color Cylindrical-coordinate representation of color #D5E0FC: hue angle of 223.08º 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 #D5E0FC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 224 | 252 | - |
CMYK | 0.15 | 0.11 | 0 | 0.01 |
HSL | 223.08º | 0.87% | 0.91% | - |
HSV(B) | 223.08º | 0.15% | 0.99% | - |
XYZ | 71.67 | 74.49 | 102.7 | - |
YUV | 223.9 | 143.86 | 120.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 224 | 252 | 0.15 | 0.11 | 0 | 0.01 | 223.08 | 0.87 | 0.91 |
Hex | D5 | E0 | FC | F | B | 0 | 1 | DF | 57 | 5B |
Octal | 325 | 340 | 374 | 17 | 13 | 0 | 1 | 337 | 127 | 133 |
Binary | 11010101 | 11100000 | 11111100 | 1111 | 1011 | 0 | 1 | 11011111 | 1010111 | 1011011 |
Color Harmonies of #D5E0FC
Complementary color
Monochromatic Colors of #D5E0FC
Black with #D5E0FC
Text Example
Text Example
White with #D5E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0FC; }
p { color: rgb(213,224,252); }
H1.HeaderClassName
{
color: #D5E0FC;
}
.AnyTagClassName
{
color: #D5E0FC;
}
</style>
background-color css
<style>
a { background-color: #D5E0FC; }
a { background-color: rgb(213,224,252); }
div.DivClassName
{
background-color: #D5E0FC;
}
.BgClassName
{
background-color: #D5E0FC;
}
</style>
border-color css
<style>
span { border-color: #D5E0FC; }
span { border-color: rgb(213,224,252); }
td.TdClassName
{
border-color: #D5E0FC;
}
.TagClassName
{
border-color: #D5E0FC;
}
</style>