#DCE0EA

Color #DCE0EA Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #DCE0EA

Tints of Hawkes Blue #DCE0EA

Color information

#DCE0EA (or 0xDCE0EA) is unknown color: approx Hawkes Blue. HEX triplet: DC, E0 and EA. RGB value is (220,224,234). Sum of RGB (Red+Green+Blue) = 220+224+234=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0EA is #231F15. Grayscale: #DFDFDF. Windows color (decimal): -2301718 or 15392988. OLE color: 15392988.

HSL color Cylindrical-coordinate representation of color #DCE0EA: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE0EA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220224234-
CMYK0.060.0400.08
HSL222.86º25%89.02%-
HSV(B)222.86º5.98%91.76%-
XYZ71.0274.4788.47-
YUV223.94133.67125.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 224 (87.89% from 255) = 33.04%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=32.45%
G=33.04%
B=34.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202242340.060.0400.08222.862589.02
HexDCE0EA6408df1959
Octal3343403526401033731131
Binary1101110011100000111010101101000100011011111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE0EA; }

 p { color: rgb(220,224,234); }

 H1.HeaderClassName
 {
   color: #DCE0EA;
 }
 .AnyTagClassName
 {
   color: #DCE0EA;
 }
</style>
background-color css

<style>
 a { background-color: #DCE0EA; }

 a { background-color: rgb(220,224,234); }

 div.DivClassName
 {
   background-color: #DCE0EA;
 }
 .BgClassName
 {
   background-color: #DCE0EA;
 }
</style>
border-color css

<style>
 span { border-color: #DCE0EA; }

 span { border-color: rgb(220,224,234); }

 td.TdClassName
 {
   border-color: #DCE0EA;
 }
 .TagClassName
 {
   border-color: #DCE0EA;
 }
</style>