#DCE2EA

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

Shades of Hawkes Blue #DCE2EA

Tints of Hawkes Blue #DCE2EA

Color information

#DCE2EA (or 0xDCE2EA) is unknown color: approx Hawkes Blue. HEX triplet: DC, E2 and EA. RGB value is (220,226,234). Sum of RGB (Red+Green+Blue) = 220+226+234=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2EA is #231D15. Grayscale: #E1E1E1. Windows color (decimal): -2301206 or 15393500. OLE color: 15393500.

HSL color Cylindrical-coordinate representation of color #DCE2EA: hue angle of 214.29º 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 #DCE2EA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220226234-
CMYK0.060.0300.08
HSL214.29º25%89.02%-
HSV(B)214.29º5.98%91.76%-
XYZ71.5675.5588.65-
YUV225.12133.01124.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 226 (88.67% from 255) = 33.24%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=32.35%
G=33.24%
B=34.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202262340.060.0300.08214.292589.02
HexDCE2EA6308d61959
Octal3343423526301032631131
Binary110111001110001011101010110110100011010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2EA; }

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

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

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

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

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

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

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

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