Shades of Hawkes Blue #DCE3FC
Tints of Hawkes Blue #DCE3FC
RGB
CMYK
RGB Variations
Color information
#DCE3FC (or 0xDCE3FC) is known color: Hawkes Blue. HEX triplet: DC, E3 and FC. RGB value is (220,227,252). Sum of RGB (Red+Green+Blue) = 220+227+252=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3FC is #231C03. Grayscale: #E3E3E3. Windows color (decimal): -2300932 or 16573404. OLE color: 16573404.
HSL color Cylindrical-coordinate representation of color #DCE3FC: hue angle of 226.88º 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 #DCE3FC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 227 | 252 | - |
CMYK | 0.13 | 0.10 | 0 | 0.01 |
HSL | 226.88º | 0.84% | 0.93% | - |
HSV(B) | 226.88º | 0.13% | 0.99% | - |
XYZ | 74.55 | 77.18 | 103.06 | - |
YUV | 227.76 | 141.68 | 122.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 252 | 0.13 | 0.10 | 0 | 0.01 | 226.88 | 0.84 | 0.93 |
Hex | DC | E3 | FC | D | A | 0 | 1 | E3 | 54 | 5D |
Octal | 334 | 343 | 374 | 15 | 12 | 0 | 1 | 343 | 124 | 135 |
Binary | 11011100 | 11100011 | 11111100 | 1101 | 1010 | 0 | 1 | 11100011 | 1010100 | 1011101 |
Color Harmonies of #DCE3FC
Complementary color
Monochromatic Colors of #DCE3FC
Black with #DCE3FC
Text Example
Text Example
White with #DCE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3FC; }
p { color: rgb(220,227,252); }
H1.HeaderClassName
{
color: #DCE3FC;
}
.AnyTagClassName
{
color: #DCE3FC;
}
</style>
background-color css
<style>
a { background-color: #DCE3FC; }
a { background-color: rgb(220,227,252); }
div.DivClassName
{
background-color: #DCE3FC;
}
.BgClassName
{
background-color: #DCE3FC;
}
</style>
border-color css
<style>
span { border-color: #DCE3FC; }
span { border-color: rgb(220,227,252); }
td.TdClassName
{
border-color: #DCE3FC;
}
.TagClassName
{
border-color: #DCE3FC;
}
</style>