#DBE2FC

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

Shades of Hawkes Blue #DBE2FC

Tints of Hawkes Blue #DBE2FC

Color information

#DBE2FC (or 0xDBE2FC) is unknown color: approx Hawkes Blue. HEX triplet: DB, E2 and FC. RGB value is (219,226,252). Sum of RGB (Red+Green+Blue) = 219+226+252=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FC is #241D03. Grayscale: #E2E2E2. Windows color (decimal): -2366724 or 16573147. OLE color: 16573147.

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

Color convert

RGB219226252-
CMYK0.130.1000.01
HSL227.27º84.62%92.35%-
HSV(B)227.27º13.1%98.82%-
XYZ73.9876.48102.96-
YUV226.87142.18122.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.42%
GREEN value IS 226 (88.67% from 255) = 32.42%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=31.42%
G=32.42%
B=36.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192262520.130.1000.01227.2784.6292.35
HexDBE2FCDA01e3555c
Octal333342374151201343125134
Binary11011011111000101111110011011010011110001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2FC; }

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

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

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

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

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

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

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

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