#DBDEE4

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

Shades of Hawkes Blue #DBDEE4

Tints of Hawkes Blue #DBDEE4

Color information

#DBDEE4 (or 0xDBDEE4) is unknown color: approx Hawkes Blue. HEX triplet: DB, DE and E4. RGB value is (219,222,228). Sum of RGB (Red+Green+Blue) = 219+222+228=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE4 is #24211B. Grayscale: #DDDDDD. Windows color (decimal): -2367772 or 14999259. OLE color: 14999259.

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

Color convert

RGB219222228-
CMYK0.040.0300.11
HSL220º14.29%87.65%-
HSV(B)220º3.95%89.41%-
XYZ69.3472.983.82-
YUV221.79131.51126.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=32.74%
G=33.18%
B=34.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192222280.040.0300.1122014.2987.65
HexDBDEE4430Bdce58
Octal3333363444301333416130
Binary11011011110111101110010010011010111101110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEE4; }

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

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

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

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

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

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

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

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