Shades of Hawkes Blue #DCE4FD
Tints of Hawkes Blue #DCE4FD
RGB
CMYK
RGB Variations
Color information
#DCE4FD (or 0xDCE4FD) is known color: Hawkes Blue. HEX triplet: DC, E4 and FD. RGB value is (220,228,253). Sum of RGB (Red+Green+Blue) = 220+228+253=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4FD is #231B02. Grayscale: #E4E4E4. Windows color (decimal): -2300675 or 16639196. OLE color: 16639196.
HSL color Cylindrical-coordinate representation of color #DCE4FD: hue angle of 225.45º degrees, saturation: 0.89, 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 #DCE4FD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 228 | 253 | - |
CMYK | 0.13 | 0.10 | 0 | 0.01 |
HSL | 225.45º | 0.89% | 0.93% | - |
HSV(B) | 225.45º | 0.13% | 0.99% | - |
XYZ | 74.99 | 77.79 | 103.99 | - |
YUV | 228.46 | 141.85 | 121.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 228 | 253 | 0.13 | 0.10 | 0 | 0.01 | 225.45 | 0.89 | 0.93 |
Hex | DC | E4 | FD | D | A | 0 | 1 | E1 | 59 | 5D |
Octal | 334 | 344 | 375 | 15 | 12 | 0 | 1 | 341 | 131 | 135 |
Binary | 11011100 | 11100100 | 11111101 | 1101 | 1010 | 0 | 1 | 11100001 | 1011001 | 1011101 |
Color Harmonies of #DCE4FD
Complementary color
Monochromatic Colors of #DCE4FD
Black with #DCE4FD
Text Example
Text Example
White with #DCE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4FD; }
p { color: rgb(220,228,253); }
H1.HeaderClassName
{
color: #DCE4FD;
}
.AnyTagClassName
{
color: #DCE4FD;
}
</style>
background-color css
<style>
a { background-color: #DCE4FD; }
a { background-color: rgb(220,228,253); }
div.DivClassName
{
background-color: #DCE4FD;
}
.BgClassName
{
background-color: #DCE4FD;
}
</style>
border-color css
<style>
span { border-color: #DCE4FD; }
span { border-color: rgb(220,228,253); }
td.TdClassName
{
border-color: #DCE4FD;
}
.TagClassName
{
border-color: #DCE4FD;
}
</style>