#DCE3F0

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

Shades of Hawkes Blue #DCE3F0

Tints of Hawkes Blue #DCE3F0

Color information

#DCE3F0 (or 0xDCE3F0) is unknown color: approx Hawkes Blue. HEX triplet: DC, E3 and F0. RGB value is (220,227,240). Sum of RGB (Red+Green+Blue) = 220+227+240=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3F0 is #231C0F. Grayscale: #E2E2E2. Windows color (decimal): -2300944 or 15786972. OLE color: 15786972.

HSL color Cylindrical-coordinate representation of color #DCE3F0: hue angle of 219º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE3F0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220227240-
CMYK0.080.0500.06
HSL219º40%90.2%-
HSV(B)219º8.33%94.12%-
XYZ72.7176.4593.36-
YUV226.39135.68123.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 227 (89.06% from 255) = 33.04%
BLUE value IS 240 (94.14% from 255) = 34.93%
R=32.02%
G=33.04%
B=34.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202272400.080.0500.062194090.2
HexDCE3F08506db285a
Octal3343433601050633350132
Binary11011100111000111111000010001010110110110111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3F0; }

 p { color: rgb(220,227,240); }

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

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

 a { background-color: rgb(220,227,240); }

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

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

 span { border-color: rgb(220,227,240); }

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