Shades of Hawkes Blue #DCE4FC
Tints of Hawkes Blue #DCE4FC
RGB
CMYK
RGB Variations
Color information
#DCE4FC (or 0xDCE4FC) is known color: Hawkes Blue. HEX triplet: DC, E4 and FC. RGB value is (220,228,252). Sum of RGB (Red+Green+Blue) = 220+228+252=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4FC is #231B03. Grayscale: #E4E4E4. Windows color (decimal): -2300676 or 16573660. OLE color: 16573660.
HSL color Cylindrical-coordinate representation of color #DCE4FC: hue angle of 225º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE4FC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 228 | 252 | - |
CMYK | 0.13 | 0.10 | 0 | 0.01 |
HSL | 225º | 0.84% | 0.93% | - |
HSV(B) | 225º | 0.13% | 0.99% | - |
XYZ | 74.83 | 77.73 | 103.16 | - |
YUV | 228.34 | 141.35 | 122.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 228 | 252 | 0.13 | 0.10 | 0 | 0.01 | 225 | 0.84 | 0.93 |
Hex | DC | E4 | FC | D | A | 0 | 1 | E1 | 54 | 5D |
Octal | 334 | 344 | 374 | 15 | 12 | 0 | 1 | 341 | 124 | 135 |
Binary | 11011100 | 11100100 | 11111100 | 1101 | 1010 | 0 | 1 | 11100001 | 1010100 | 1011101 |
Color Harmonies of #DCE4FC
Complementary color
Monochromatic Colors of #DCE4FC
Black with #DCE4FC
Text Example
Text Example
White with #DCE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4FC; }
p { color: rgb(220,228,252); }
H1.HeaderClassName
{
color: #DCE4FC;
}
.AnyTagClassName
{
color: #DCE4FC;
}
</style>
background-color css
<style>
a { background-color: #DCE4FC; }
a { background-color: rgb(220,228,252); }
div.DivClassName
{
background-color: #DCE4FC;
}
.BgClassName
{
background-color: #DCE4FC;
}
</style>
border-color css
<style>
span { border-color: #DCE4FC; }
span { border-color: rgb(220,228,252); }
td.TdClassName
{
border-color: #DCE4FC;
}
.TagClassName
{
border-color: #DCE4FC;
}
</style>