#DBDFE5

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

Shades of Hawkes Blue #DBDFE5

Tints of Hawkes Blue #DBDFE5

Color information

#DBDFE5 (or 0xDBDFE5) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and E5. RGB value is (219,223,229). Sum of RGB (Red+Green+Blue) = 219+223+229=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFE5 is #24201A. Grayscale: #DEDEDE. Windows color (decimal): -2367515 or 15065051. OLE color: 15065051.

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

Color convert

RGB219223229-
CMYK0.040.0300.10
HSL216º16.13%87.84%-
HSV(B)216º4.37%89.8%-
XYZ69.7473.4984.64-
YUV222.49131.67125.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=32.64%
G=33.23%
B=34.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192232290.040.0300.1021616.1387.84
HexDBDFE5430Ad81058
Octal3333373454301233020130
Binary110110111101111111100101100110101011011000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFE5; }

 p { color: rgb(219,223,229); }

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

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

 a { background-color: rgb(219,223,229); }

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

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

 span { border-color: rgb(219,223,229); }

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