Shades of Hawkes Blue #D5E0FF
Tints of Hawkes Blue #D5E0FF
RGB
CMYK
RGB Variations
Color information
#D5E0FF (or 0xD5E0FF) is known color: Hawkes Blue. HEX triplet: D5, E0 and FF. RGB value is (213,224,255). Sum of RGB (Red+Green+Blue) = 213+224+255=692 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.78% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E0FF is #2A1F00. Grayscale: #E0E0E0. Windows color (decimal): -2760449 or 16769237. OLE color: 16769237.
HSL color Cylindrical-coordinate representation of color #D5E0FF: hue angle of 224.29º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5E0FF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 224 | 255 | - |
CMYK | 0.16 | 0.12 | 0 | 0 |
HSL | 224.29º | 1% | 0.92% | - |
HSV(B) | 224.29º | 0.16% | 1% | - |
XYZ | 72.15 | 74.68 | 105.22 | - |
YUV | 224.25 | 145.36 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 224 | 255 | 0.16 | 0.12 | 0 | 0 | 224.29 | 1 | 0.92 |
Hex | D5 | E0 | FF | 10 | C | 0 | 0 | E0 | 64 | 5C |
Octal | 325 | 340 | 377 | 20 | 14 | 0 | 0 | 340 | 144 | 134 |
Binary | 11010101 | 11100000 | 11111111 | 10000 | 1100 | 0 | 0 | 11100000 | 1100100 | 1011100 |
Color Harmonies of #D5E0FF
Complementary color
Monochromatic Colors of #D5E0FF
Black with #D5E0FF
Text Example
Text Example
White with #D5E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0FF; }
p { color: rgb(213,224,255); }
H1.HeaderClassName
{
color: #D5E0FF;
}
.AnyTagClassName
{
color: #D5E0FF;
}
</style>
background-color css
<style>
a { background-color: #D5E0FF; }
a { background-color: rgb(213,224,255); }
div.DivClassName
{
background-color: #D5E0FF;
}
.BgClassName
{
background-color: #D5E0FF;
}
</style>
border-color css
<style>
span { border-color: #D5E0FF; }
span { border-color: rgb(213,224,255); }
td.TdClassName
{
border-color: #D5E0FF;
}
.TagClassName
{
border-color: #D5E0FF;
}
</style>