#DBE0F1

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

Shades of Hawkes Blue #DBE0F1

Tints of Hawkes Blue #DBE0F1

Color information

#DBE0F1 (or 0xDBE0F1) is unknown color: approx Hawkes Blue. HEX triplet: DB, E0 and F1. RGB value is (219,224,241). Sum of RGB (Red+Green+Blue) = 219+224+241=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0F1 is #241F0E. Grayscale: #E0E0E0. Windows color (decimal): -2367247 or 15851739. OLE color: 15851739.

HSL color Cylindrical-coordinate representation of color #DBE0F1: hue angle of 226.36º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE0F1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219224241-
CMYK0.090.0700.05
HSL226.36º44%90.2%-
HSV(B)226.36º9.13%94.51%-
XYZ71.7574.7293.86-
YUV224.44137.34124.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=32.02%
G=32.75%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192242410.090.0700.05226.364490.2
HexDBE0F19705e22c5a
Octal3333403611170534254132
Binary11011011111000001111000110011110101111000101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0F1; }

 p { color: rgb(219,224,241); }

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

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

 a { background-color: rgb(219,224,241); }

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

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

 span { border-color: rgb(219,224,241); }

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