#DBE0F3

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

Shades of Hawkes Blue #DBE0F3

Tints of Hawkes Blue #DBE0F3

Color information

#DBE0F3 (or 0xDBE0F3) is unknown color: approx Hawkes Blue. HEX triplet: DB, E0 and F3. RGB value is (219,224,243). Sum of RGB (Red+Green+Blue) = 219+224+243=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0F3 is #241F0C. Grayscale: #E0E0E0. Windows color (decimal): -2367245 or 15982811. OLE color: 15982811.

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

Color convert

RGB219224243-
CMYK0.100.0800.05
HSL227.5º50%90.59%-
HSV(B)227.5º9.88%95.29%-
XYZ72.0574.8495.44-
YUV224.67138.34123.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 224 (87.89% from 255) = 32.65%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=31.92%
G=32.65%
B=35.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192242430.100.0800.05227.55090.59
HexDBE0F3A805e4325b
Octal33334036312100534462133
Binary110110111110000011110011101010000101111001001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0F3; }

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

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

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

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

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

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

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

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