#DFE3F1

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

Shades of Hawkes Blue #DFE3F1

Tints of Hawkes Blue #DFE3F1

Color information

#DFE3F1 (or 0xDFE3F1) is unknown color: approx Hawkes Blue. HEX triplet: DF, E3 and F1. RGB value is (223,227,241). Sum of RGB (Red+Green+Blue) = 223+227+241=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3F1 is #201C0E. Grayscale: #E3E3E3. Windows color (decimal): -2104335 or 15852511. OLE color: 15852511.

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

Color convert

RGB223227241-
CMYK0.070.0600.05
HSL226.67º39.13%90.98%-
HSV(B)226.67º7.47%94.51%-
XYZ73.7876.9894.19-
YUV227.4135.67124.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 227 (89.06% from 255) = 32.85%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=32.27%
G=32.85%
B=34.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232272410.070.0600.05226.6739.1390.98
HexDFE3F17605e3275b
Octal337343361760534347133
Binary1101111111100011111100011111100101111000111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3F1; }

 p { color: rgb(223,227,241); }

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

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

 a { background-color: rgb(223,227,241); }

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

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

 span { border-color: rgb(223,227,241); }

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