#DFE2ED

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

Shades of Hawkes Blue #DFE2ED

Tints of Hawkes Blue #DFE2ED

Color information

#DFE2ED (or 0xDFE2ED) is unknown color: approx Hawkes Blue. HEX triplet: DF, E2 and ED. RGB value is (223,226,237). Sum of RGB (Red+Green+Blue) = 223+226+237=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2ED is #201D12. Grayscale: #E2E2E2. Windows color (decimal): -2104595 or 15590111. OLE color: 15590111.

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

Color convert

RGB223226237-
CMYK0.060.0500.07
HSL227.14º28%90.2%-
HSV(B)227.14º5.91%92.94%-
XYZ72.9176.290.98-
YUV226.36134.01125.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=32.51%
G=32.94%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232262370.060.0500.07227.142890.2
HexDFE2ED6507e31c5a
Octal337342355650734334132
Binary110111111110001011101101110101011111100011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2ED; }

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

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

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

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

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

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

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

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