#DBDCE1

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

Shades of Hawkes Blue #DBDCE1

Tints of Hawkes Blue #DBDCE1

Color information

#DBDCE1 (or 0xDBDCE1) is unknown color: approx Hawkes Blue. HEX triplet: DB, DC and E1. RGB value is (219,220,225). Sum of RGB (Red+Green+Blue) = 219+220+225=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCE1 is #24231E. Grayscale: #DCDCDC. Windows color (decimal): -2368287 or 14802139. OLE color: 14802139.

HSL color Cylindrical-coordinate representation of color #DBDCE1: hue angle of 230º 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 #DBDCE1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219220225-
CMYK0.030.0200.12
HSL230º9.09%87.06%-
HSV(B)230º2.67%88.24%-
XYZ68.471.6881.47-
YUV220.27130.67127.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=32.98%
G=33.13%
B=33.89%

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
Decimal2192202250.030.0200.122309.0987.06
HexDBDCE1320Ce6957
Octal3333343413201434611127
Binary1101101111011100111000011110011001110011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCE1; }

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

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

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

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

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

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

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

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