Shades of Hawkes Blue #DCE4FA
Tints of Hawkes Blue #DCE4FA
RGB
CMYK
RGB Variations
Color information
#DCE4FA (or 0xDCE4FA) is known color: Hawkes Blue. HEX triplet: DC, E4 and FA. RGB value is (220,228,250). Sum of RGB (Red+Green+Blue) = 220+228+250=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4FA is #231B05. Grayscale: #E4E4E4. Windows color (decimal): -2300678 or 16442588. OLE color: 16442588.
HSL color Cylindrical-coordinate representation of color #DCE4FA: hue angle of 224º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE4FA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 228 | 250 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.02 |
| HSL | 224º | 0.75% | 0.92% | - |
| HSV(B) | 224º | 0.12% | 0.98% | - |
| XYZ | 74.51 | 77.6 | 101.49 | - |
| YUV | 228.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 250 | 0.12 | 0.09 | 0 | 0.02 | 224 | 0.75 | 0.92 |
| Hex | DC | E4 | FA | C | 9 | 0 | 2 | E0 | 4B | 5C |
| Octal | 334 | 344 | 372 | 14 | 11 | 0 | 2 | 340 | 113 | 134 |
| Binary | 11011100 | 11100100 | 11111010 | 1100 | 1001 | 0 | 10 | 11100000 | 1001011 | 1011100 |
Color Harmonies of #DCE4FA
Complementary color
Monochromatic Colors of #DCE4FA
Black with #DCE4FA
Text Example
Text Example
White with #DCE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4FA; }
p { color: rgb(220,228,250); }
H1.HeaderClassName
{
color: #DCE4FA;
}
.AnyTagClassName
{
color: #DCE4FA;
}
</style>
background-color css
<style>
a { background-color: #DCE4FA; }
a { background-color: rgb(220,228,250); }
div.DivClassName
{
background-color: #DCE4FA;
}
.BgClassName
{
background-color: #DCE4FA;
}
</style>
border-color css
<style>
span { border-color: #DCE4FA; }
span { border-color: rgb(220,228,250); }
td.TdClassName
{
border-color: #DCE4FA;
}
.TagClassName
{
border-color: #DCE4FA;
}
</style>