#DBE2FB

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

Shades of Hawkes Blue #DBE2FB

Tints of Hawkes Blue #DBE2FB

Color information

#DBE2FB (or 0xDBE2FB) is unknown color: approx Hawkes Blue. HEX triplet: DB, E2 and FB. RGB value is (219,226,251). Sum of RGB (Red+Green+Blue) = 219+226+251=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FB is #241D04. Grayscale: #E2E2E2. Windows color (decimal): -2366725 or 16507611. OLE color: 16507611.

HSL color Cylindrical-coordinate representation of color #DBE2FB: hue angle of 226.88º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE2FB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219226251-
CMYK0.130.1000.02
HSL226.88º80%92.16%-
HSV(B)226.88º12.75%98.43%-
XYZ73.8276.42102.13-
YUV226.76141.68122.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.47%
GREEN value IS 226 (88.67% from 255) = 32.47%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=31.47%
G=32.47%
B=36.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192262510.130.1000.02226.888092.16
HexDBE2FBDA02e3505c
Octal333342373151202343120134
Binary110110111110001011111011110110100101110001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2FB; }

 p { color: rgb(219,226,251); }

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

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

 a { background-color: rgb(219,226,251); }

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

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

 span { border-color: rgb(219,226,251); }

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