#DBE3FD

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

Shades of Hawkes Blue #DBE3FD

Tints of Hawkes Blue #DBE3FD

Color information

#DBE3FD (or 0xDBE3FD) is unknown color: approx Hawkes Blue. HEX triplet: DB, E3 and FD. RGB value is (219,227,253). Sum of RGB (Red+Green+Blue) = 219+227+253=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3FD is #241C02. Grayscale: #E3E3E3. Windows color (decimal): -2366467 or 16638939. OLE color: 16638939.

HSL color Cylindrical-coordinate representation of color #DBE3FD: hue angle of 225.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE3FD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219227253-
CMYK0.130.1000.01
HSL225.88º89.47%92.55%-
HSV(B)225.88º13.44%99.22%-
XYZ74.4177.09103.89-
YUV227.57142.35121.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.33%
GREEN value IS 227 (89.06% from 255) = 32.47%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=31.33%
G=32.47%
B=36.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192272530.130.1000.01225.8889.4792.55
HexDBE3FDDA01e2595d
Octal333343375151201342131135
Binary11011011111000111111110111011010011110001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3FD; }

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

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

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

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

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

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

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

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