#DBDFEF

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

Shades of Hawkes Blue #DBDFEF

Tints of Hawkes Blue #DBDFEF

Color information

#DBDFEF (or 0xDBDFEF) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and EF. RGB value is (219,223,239). Sum of RGB (Red+Green+Blue) = 219+223+239=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEF is #242010. Grayscale: #DFDFDF. Windows color (decimal): -2367505 or 15720411. OLE color: 15720411.

HSL color Cylindrical-coordinate representation of color #DBDFEF: hue angle of 228º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDFEF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219223239-
CMYK0.080.0700.06
HSL228º38.46%89.8%-
HSV(B)228º8.37%93.73%-
XYZ71.1874.0792.21-
YUV223.63136.67124.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=32.16%
G=32.75%
B=35.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192232390.080.0700.0622838.4689.8
HexDBDFEF8706e4265a
Octal3333373571070634446132
Binary11011011110111111110111110001110110111001001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFEF; }

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

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

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

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

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

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

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

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