#DBE0EC

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

Shades of Hawkes Blue #DBE0EC

Tints of Hawkes Blue #DBE0EC

Color information

#DBE0EC (or 0xDBE0EC) is unknown color: approx Hawkes Blue. HEX triplet: DB, E0 and EC. RGB value is (219,224,236). Sum of RGB (Red+Green+Blue) = 219+224+236=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0EC is #241F13. Grayscale: #DFDFDF. Windows color (decimal): -2367252 or 15524059. OLE color: 15524059.

HSL color Cylindrical-coordinate representation of color #DBE0EC: hue angle of 222.35º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE0EC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219224236-
CMYK0.070.0500.07
HSL222.35º30.91%89.22%-
HSV(B)222.35º7.2%92.55%-
XYZ71.0174.4389.98-
YUV223.87134.84124.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=32.25%
G=32.99%
B=34.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192242360.070.0500.07222.3530.9189.22
HexDBE0EC7507de1f59
Octal333340354750733637131
Binary110110111110000011101100111101011111011110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0EC; }

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

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

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

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

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

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

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

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