#DFE2F0

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

Shades of Hawkes Blue #DFE2F0

Tints of Hawkes Blue #DFE2F0

Color information

#DFE2F0 (or 0xDFE2F0) is unknown color: approx Hawkes Blue. HEX triplet: DF, E2 and F0. RGB value is (223,226,240). Sum of RGB (Red+Green+Blue) = 223+226+240=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2F0 is #201D0F. Grayscale: #E2E2E2. Windows color (decimal): -2104592 or 15786719. OLE color: 15786719.

HSL color Cylindrical-coordinate representation of color #DFE2F0: hue angle of 229.41º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE2F0 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223226240-
CMYK0.070.0600.06
HSL229.41º36.17%90.78%-
HSV(B)229.41º7.08%94.12%-
XYZ73.3676.3793.31-
YUV226.7135.51125.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 226 (88.67% from 255) = 32.80%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=32.37%
G=32.80%
B=34.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232262400.070.0600.06229.4136.1790.78
HexDFE2F07606e5245b
Octal337342360760634544133
Binary1101111111100010111100001111100110111001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2F0; }

 p { color: rgb(223,226,240); }

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

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

 a { background-color: rgb(223,226,240); }

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

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

 span { border-color: rgb(223,226,240); }

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