#DBE3FE

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

Shades of Hawkes Blue #DBE3FE

Tints of Hawkes Blue #DBE3FE

Color information

#DBE3FE (or 0xDBE3FE) is unknown color: approx Hawkes Blue. HEX triplet: DB, E3 and FE. RGB value is (219,227,254). Sum of RGB (Red+Green+Blue) = 219+227+254=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3FE is #241C01. Grayscale: #E3E3E3. Windows color (decimal): -2366466 or 16704475. OLE color: 16704475.

HSL color Cylindrical-coordinate representation of color #DBE3FE: hue angle of 226.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE3FE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219227254-
CMYK0.140.1100.00
HSL226.29º94.59%92.75%-
HSV(B)226.29º13.78%99.61%-
XYZ74.5777.15104.73-
YUV227.69142.85121.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.29%
GREEN value IS 227 (89.06% from 255) = 32.43%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=31.29%
G=32.43%
B=36.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192272540.140.1100.00226.2994.5992.75
HexDBE3FEEB00e25f5d
Octal333343376161300342137135
Binary11011011111000111111111011101011001110001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3FE; }

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

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

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

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

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

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

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

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