#DBE3F1

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

Shades of Hawkes Blue #DBE3F1

Tints of Hawkes Blue #DBE3F1

Color information

#DBE3F1 (or 0xDBE3F1) is unknown color: approx Hawkes Blue. HEX triplet: DB, E3 and F1. RGB value is (219,227,241). Sum of RGB (Red+Green+Blue) = 219+227+241=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3F1 is #241C0E. Grayscale: #E2E2E2. Windows color (decimal): -2366479 or 15852507. OLE color: 15852507.

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

Color convert

RGB219227241-
CMYK0.090.0600.05
HSL218.18º44%90.2%-
HSV(B)218.18º9.13%94.51%-
XYZ72.5676.3594.13-
YUV226.2136.35122.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 227 (89.06% from 255) = 33.04%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=31.88%
G=33.04%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192272410.090.0600.05218.184490.2
HexDBE3F19605da2c5a
Octal3333433611160533254132
Binary11011011111000111111000110011100101110110101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3F1; }

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

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

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

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

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

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

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

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