#DBDEE9

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

Shades of Hawkes Blue #DBDEE9

Tints of Hawkes Blue #DBDEE9

Color information

#DBDEE9 (or 0xDBDEE9) is unknown color: approx Hawkes Blue. HEX triplet: DB, DE and E9. RGB value is (219,222,233). Sum of RGB (Red+Green+Blue) = 219+222+233=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEE9 is #242116. Grayscale: #DEDEDE. Windows color (decimal): -2367767 or 15326939. OLE color: 15326939.

HSL color Cylindrical-coordinate representation of color #DBDEE9: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDEE9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219222233-
CMYK0.060.0500.09
HSL227.14º24.14%88.63%-
HSV(B)227.14º6.01%91.37%-
XYZ70.0473.1987.53-
YUV222.36134.01125.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.49%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=32.49%
G=32.94%
B=34.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192222330.060.0500.09227.1424.1488.63
HexDBDEE96509e31859
Octal3333363516501134330131
Binary1101101111011110111010011101010100111100011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEE9; }

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

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

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

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

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

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

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

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