#DCE2EC

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

Shades of Hawkes Blue #DCE2EC

Tints of Hawkes Blue #DCE2EC

Color information

#DCE2EC (or 0xDCE2EC) is unknown color: approx Hawkes Blue. HEX triplet: DC, E2 and EC. RGB value is (220,226,236). Sum of RGB (Red+Green+Blue) = 220+226+236=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2EC is #231D13. Grayscale: #E1E1E1. Windows color (decimal): -2301204 or 15524572. OLE color: 15524572.

HSL color Cylindrical-coordinate representation of color #DCE2EC: hue angle of 217.5º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE2EC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220226236-
CMYK0.070.0400.07
HSL217.5º29.63%89.41%-
HSV(B)217.5º6.78%92.55%-
XYZ71.8575.6690.17-
YUV225.35134.01124.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=32.26%
G=33.14%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202262360.070.0400.07217.529.6389.41
HexDCE2EC7407da1e59
Octal334342354740733236131
Binary110111001110001011101100111100011111011010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2EC; }

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

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

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

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

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

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

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

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