#DBE2FA

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

Shades of Hawkes Blue #DBE2FA

Tints of Hawkes Blue #DBE2FA

Color information

#DBE2FA (or 0xDBE2FA) is unknown color: approx Hawkes Blue. HEX triplet: DB, E2 and FA. RGB value is (219,226,250). Sum of RGB (Red+Green+Blue) = 219+226+250=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FA is #241D05. Grayscale: #E2E2E2. Windows color (decimal): -2366726 or 16442075. OLE color: 16442075.

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

Color convert

RGB219226250-
CMYK0.120.1000.02
HSL226.45º75.61%91.96%-
HSV(B)226.45º12.4%98.04%-
XYZ73.6776.35101.3-
YUV226.64141.18122.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.51%
GREEN value IS 226 (88.67% from 255) = 32.52%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=31.51%
G=32.52%
B=35.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192262500.120.1000.02226.4575.6191.96
HexDBE2FACA02e24c5c
Octal333342372141202342114134
Binary110110111110001011111010110010100101110001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2FA; }

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

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

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

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

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

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

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

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