#DBDDE4

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

Shades of Hawkes Blue #DBDDE4

Tints of Hawkes Blue #DBDDE4

Color information

#DBDDE4 (or 0xDBDDE4) is unknown color: approx Hawkes Blue. HEX triplet: DB, DD and E4. RGB value is (219,221,228). Sum of RGB (Red+Green+Blue) = 219+221+228=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDE4 is #24221B. Grayscale: #DDDDDD. Windows color (decimal): -2368028 or 14999003. OLE color: 14999003.

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

Color convert

RGB219221228-
CMYK0.040.0300.11
HSL226.67º14.29%87.65%-
HSV(B)226.67º3.95%89.41%-
XYZ69.0772.3783.73-
YUV221.2131.84126.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.78%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=32.78%
G=33.08%
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.11
SystemRedGreenBlueCMYKHSL
Decimal2192212280.040.0300.11226.6714.2987.65
HexDBDDE4430Be3e58
Octal3333353444301334316130
Binary11011011110111011110010010011010111110001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDE4; }

 p { color: rgb(219,221,228); }

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

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

 a { background-color: rgb(219,221,228); }

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

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

 span { border-color: rgb(219,221,228); }

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