#DBE4F7

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

Shades of Hawkes Blue #DBE4F7

Tints of Hawkes Blue #DBE4F7

Color information

#DBE4F7 (or 0xDBE4F7) is unknown color: approx Hawkes Blue. HEX triplet: DB, E4 and F7. RGB value is (219,228,247). Sum of RGB (Red+Green+Blue) = 219+228+247=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 228 (89.45% from 255 or 32.85% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBE4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4F7 is #241B08. Grayscale: #E3E3E3. Windows color (decimal): -2366217 or 16245979. OLE color: 16245979.

HSL color Cylindrical-coordinate representation of color #DBE4F7: hue angle of 220.71º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE4F7 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219228247-
CMYK0.110.0800.03
HSL220.71º63.64%91.37%-
HSV(B)220.71º11.34%96.86%-
XYZ73.7577.2699.02-
YUV227.47139.02121.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 228 (89.45% from 255) = 32.85%
BLUE value IS 247 (96.88% from 255) = 35.59%
R=31.56%
G=32.85%
B=35.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192282470.110.0800.03220.7163.6491.37
HexDBE4F7B803dd405b
Octal333344367131003335100133
Binary110110111110010011110111101110000111101110110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE4F7; }

 p { color: rgb(219,228,247); }

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

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

 a { background-color: rgb(219,228,247); }

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

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

 span { border-color: rgb(219,228,247); }

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