#DBDEE3

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

Shades of Hawkes Blue #DBDEE3

Tints of Hawkes Blue #DBDEE3

Color information

#DBDEE3 (or 0xDBDEE3) is unknown color: approx Hawkes Blue. HEX triplet: DB, DE and E3. RGB value is (219,222,227). Sum of RGB (Red+Green+Blue) = 219+222+227=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE3 is #24211C. Grayscale: #DDDDDD. Windows color (decimal): -2367773 or 14933723. OLE color: 14933723.

HSL color Cylindrical-coordinate representation of color #DBDEE3: hue angle of 217.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDEE3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219222227-
CMYK0.040.0200.11
HSL217.5º12.5%87.45%-
HSV(B)217.5º3.52%89.02%-
XYZ69.272.8583.09-
YUV221.67131.01126.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.78%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 227 (89.06% from 255) = 33.98%
R=32.78%
G=33.23%
B=33.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192222270.040.0200.11217.512.587.45
HexDBDEE3420Bdac57
Octal3333363434201333214127
Binary11011011110111101110001110010010111101101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEE3; }

 p { color: rgb(219,222,227); }

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

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

 a { background-color: rgb(219,222,227); }

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

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

 span { border-color: rgb(219,222,227); }

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