#DCE1EC

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

Shades of Hawkes Blue #DCE1EC

Tints of Hawkes Blue #DCE1EC

Color information

#DCE1EC (or 0xDCE1EC) is unknown color: approx Hawkes Blue. HEX triplet: DC, E1 and EC. RGB value is (220,225,236). Sum of RGB (Red+Green+Blue) = 220+225+236=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1EC is #231E13. Grayscale: #E0E0E0. Windows color (decimal): -2301460 or 15524316. OLE color: 15524316.

HSL color Cylindrical-coordinate representation of color #DCE1EC: hue angle of 221.25º 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 #DCE1EC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220225236-
CMYK0.070.0500.07
HSL221.25º29.63%89.41%-
HSV(B)221.25º6.78%92.55%-
XYZ71.5875.1290.08-
YUV224.76134.34124.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=32.31%
G=33.04%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202252360.070.0500.07221.2529.6389.41
HexDCE1EC7507dd1e59
Octal334341354750733536131
Binary110111001110000111101100111101011111011101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1EC; }

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

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

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

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

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

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

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

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