#DBDCE0

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

Shades of Hawkes Blue #DBDCE0

Tints of Hawkes Blue #DBDCE0

Color information

#DBDCE0 (or 0xDBDCE0) is unknown color: approx Hawkes Blue. HEX triplet: DB, DC and E0. RGB value is (219,220,224). Sum of RGB (Red+Green+Blue) = 219+220+224=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCE0 is #24231F. Grayscale: #DCDCDC. Windows color (decimal): -2368288 or 14736603. OLE color: 14736603.

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

Color convert

RGB219220224-
CMYK0.020.0200.12
HSL228º7.46%86.86%-
HSV(B)228º2.23%87.84%-
XYZ68.2671.6380.75-
YUV220.16130.17127.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.03%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 224 (87.89% from 255) = 33.79%
R=33.03%
G=33.18%
B=33.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192202240.020.0200.122287.4686.86
HexDBDCE0220Ce4757
Octal333334340220143447127
Binary110110111101110011100000101001100111001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCE0; }

 p { color: rgb(219,220,224); }

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

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

 a { background-color: rgb(219,220,224); }

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

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

 span { border-color: rgb(219,220,224); }

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