#DBE0F2

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

Shades of Hawkes Blue #DBE0F2

Tints of Hawkes Blue #DBE0F2

Color information

#DBE0F2 (or 0xDBE0F2) is unknown color: approx Hawkes Blue. HEX triplet: DB, E0 and F2. RGB value is (219,224,242). Sum of RGB (Red+Green+Blue) = 219+224+242=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0F2 is #241F0D. Grayscale: #E0E0E0. Windows color (decimal): -2367246 or 15917275. OLE color: 15917275.

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

Color convert

RGB219224242-
CMYK0.100.0700.05
HSL226.96º46.94%90.39%-
HSV(B)226.96º9.5%94.9%-
XYZ71.974.7894.65-
YUV224.56137.84124.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=31.97%
G=32.70%
B=35.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192242420.100.0700.05226.9646.9490.39
HexDBE0F2A705e32f5a
Octal3333403621270534357132
Binary11011011111000001111001010101110101111000111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0F2; }

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

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

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

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

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

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

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

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