#DBDDE1

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

Shades of Hawkes Blue #DBDDE1

Tints of Hawkes Blue #DBDDE1

Color information

#DBDDE1 (or 0xDBDDE1) is unknown color: approx Hawkes Blue. HEX triplet: DB, DD and E1. RGB value is (219,221,225). Sum of RGB (Red+Green+Blue) = 219+221+225=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDE1 is #24221E. Grayscale: #DCDCDC. Windows color (decimal): -2368031 or 14802395. OLE color: 14802395.

HSL color Cylindrical-coordinate representation of color #DBDDE1: hue angle of 220º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDDE1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219221225-
CMYK0.030.0200.12
HSL220º9.09%87.06%-
HSV(B)220º2.67%88.24%-
XYZ68.6672.2181.55-
YUV220.86130.34126.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.93%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=32.93%
G=33.23%
B=33.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192212250.030.0200.122209.0987.06
HexDBDDE1320Cdc957
Octal3333353413201433411127
Binary1101101111011101111000011110011001101110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDE1; }

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

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

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

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

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

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

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

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