#DBDFF0

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

Shades of Hawkes Blue #DBDFF0

Tints of Hawkes Blue #DBDFF0

Color information

#DBDFF0 (or 0xDBDFF0) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and F0. RGB value is (219,223,240). Sum of RGB (Red+Green+Blue) = 219+223+240=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF0 is #24200F. Grayscale: #DFDFDF. Windows color (decimal): -2367504 or 15785947. OLE color: 15785947.

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

Color convert

RGB219223240-
CMYK0.090.0700.06
HSL228.57º41.18%90%-
HSV(B)228.57º8.75%94.12%-
XYZ71.3374.1392.99-
YUV223.74137.17124.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=32.11%
G=32.70%
B=35.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192232400.090.0700.06228.5741.1890
HexDBDFF09706e5295a
Octal3333373601170634551132
Binary11011011110111111111000010011110110111001011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFF0; }

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

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

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

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

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

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

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

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