#DFE2EB

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

Shades of Hawkes Blue #DFE2EB

Tints of Hawkes Blue #DFE2EB

Color information

#DFE2EB (or 0xDFE2EB) is unknown color: approx Hawkes Blue. HEX triplet: DF, E2 and EB. RGB value is (223,226,235). Sum of RGB (Red+Green+Blue) = 223+226+235=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2EB is #201D14. Grayscale: #E2E2E2. Windows color (decimal): -2104597 or 15459039. OLE color: 15459039.

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

Color convert

RGB223226235-
CMYK0.050.0400.08
HSL225º23.08%89.8%-
HSV(B)225º5.11%92.16%-
XYZ72.6276.0889.45-
YUV226.13133.01125.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=32.60%
G=33.04%
B=34.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232262350.050.0400.0822523.0889.8
HexDFE2EB5408e1175a
Octal3373423535401034127132
Binary1101111111100010111010111011000100011100001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2EB; }

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

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

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

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

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

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

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

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