#DBDDE7

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

Shades of Hawkes Blue #DBDDE7

Tints of Hawkes Blue #DBDDE7

Color information

#DBDDE7 (or 0xDBDDE7) is unknown color: approx Hawkes Blue. HEX triplet: DB, DD and E7. RGB value is (219,221,231). Sum of RGB (Red+Green+Blue) = 219+221+231=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDE7 is #242218. Grayscale: #DDDDDD. Windows color (decimal): -2368025 or 15195611. OLE color: 15195611.

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

Color convert

RGB219221231-
CMYK0.050.0400.09
HSL230º20%88.24%-
HSV(B)230º5.19%90.59%-
XYZ69.4972.5485.94-
YUV221.54133.34126.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=32.64%
G=32.94%
B=34.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192212310.050.0400.092302088.24
HexDBDDE75409e61458
Octal3333353475401134624130
Binary1101101111011101111001111011000100111100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDE7; }

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

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

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

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

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

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

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

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